Html Css Color HEX #7C4137 Red Robin

📋 copy color: '#7C4137'

red 124 ◦ green 65 ◦ blue 55

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

Shades of Red Robin #7C4137

Tints of Red Robin #7C4137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.54%

R = 50.82%
G = 26.64%
B = 22.54%

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

#7C4137 (or 0x7C4137) is known color: Red Robin. HEX triplet: 7C, 41 and 37. RGB value is (124,65,55). Sum of RGB (Red+Green+Blue) = 124+65+55=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4137 is #83BEC8. Grayscale: #515151. Windows color (decimal): -8634057 or 3621244. OLE color: 3621244.

HSL color Cylindrical-coordinate representation of color #7C4137: hue angle of 8.7º 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 #7C4137 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 65 55 -
CMYK 0 0.48 0.56 0.51
HSL 8.7º 0.39% 0.35% -
HSV(B) 8.7º 0.56% 0.49% -
XYZ 10.89 8.34 4.65 -
YUV 81.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 124 65 55 0 0.48 0.56 0.51 8.7 0.39 0.35
Hex 7C 41 37 0 30 38 33 9 27 23
Octal 174 101 67 0 60 70 63 11 47 43
Binary 1111100 1000001 110111 0 110000 111000 110011 1001 100111 100011

Color Harmonies of #7C4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4137

Black with #7C4137

Text Example


Text Example

White with #7C4137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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