Html Css Color HEX #7C4136 Red Robin

📋 copy color: '#7C4136'

red 124 ◦ green 65 ◦ blue 54

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

Shades of Red Robin #7C4136

Tints of Red Robin #7C4136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

 BLUE value IS 54 (21.48% from 255) = 22.22%

R = 51.03%
G = 26.75%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7C4136 (or 0x7C4136) is known color: Red Robin. HEX triplet: 7C, 41 and 36. RGB value is (124,65,54). Sum of RGB (Red+Green+Blue) = 124+65+54=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4136 is #83BEC9. Grayscale: #515151. Windows color (decimal): -8634058 or 3555708. OLE color: 3555708.

HSL color Cylindrical-coordinate representation of color #7C4136: hue angle of 9.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C4136 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 65 54 -
CMYK 0 0.48 0.56 0.51
HSL 9.43º 0.39% 0.35% -
HSV(B) 9.43º 0.56% 0.49% -
XYZ 10.87 8.33 4.53 -
YUV 81.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 124 65 54 0 0.48 0.56 0.51 9.43 0.39 0.35
Hex 7C 41 36 0 30 38 33 9 27 23
Octal 174 101 66 0 60 70 63 11 47 43
Binary 1111100 1000001 110110 0 110000 111000 110011 1001 100111 100011

Color Harmonies of #7C4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4136

Black with #7C4136

Text Example


Text Example

White with #7C4136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,54); }

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

background-color css

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

 a { background-color: rgb(124,65,54); }

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

border-color css

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

 span { border-color: rgb(124,65,54); }

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