Html Css Color HEX #7C423A Red Robin

📋 copy color: '#7C423A'

red 124 ◦ green 66 ◦ blue 58

#7C423A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Robin #7C423A

Tints of Red Robin #7C423A

RGB

 RED value IS 124 (48.83% from 255) = 50%

 GREEN value IS 66 (26.17% from 255) = 26.61%

 BLUE value IS 58 (23.05% from 255) = 23.39%

R = 50%
G = 26.61%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7C423A (or 0x7C423A) is known color: Red Robin. HEX triplet: 7C, 42 and 3A. RGB value is (124,66,58). Sum of RGB (Red+Green+Blue) = 124+66+58=248 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 124 - color contains mainly: red. Hex color #7C423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C423A is #83BDC5. Grayscale: #525252. Windows color (decimal): -8633798 or 3818108. OLE color: 3818108.

HSL color Cylindrical-coordinate representation of color #7C423A: hue angle of 7.27º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C423A is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 66 58 -
CMYK 0 0.47 0.53 0.51
HSL 7.27º 0.36% 0.36% -
HSV(B) 7.27º 0.53% 0.49% -
XYZ 11.02 8.49 5.06 -
YUV 82.43 114.22 157.65 -
System Red Green Blue C M Y K H S L
Decimal 124 66 58 0 0.47 0.53 0.51 7.27 0.36 0.36
Hex 7C 42 3A 0 2F 35 33 7 24 24
Octal 174 102 72 0 57 65 63 7 44 44
Binary 1111100 1000010 111010 0 101111 110101 110011 111 100100 100100

Color Harmonies of #7C423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C423A

Black with #7C423A

Text Example


Text Example

White with #7C423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C423A; }

 p { color: rgb(124,66,58); }

 H1.HeaderClassName
 {
   color: #7C423A;
 }
 .AnyTagClassName
 {
   color: #7C423A;
 }
</style>

background-color css

<style>
 a { background-color: #7C423A; }

 a { background-color: rgb(124,66,58); }

 div.DivClassName
 {
   background-color: #7C423A;
 }
 .BgClassName
 {
   background-color: #7C423A;
 }
</style>

border-color css

<style>
 span { border-color: #7C423A; }

 span { border-color: rgb(124,66,58); }

 td.TdClassName
 {
   border-color: #7C423A;
 }
 .TagClassName
 {
   border-color: #7C423A;
 }
</style>