Html Css Color HEX #7E4137 Red Robin

📋 copy color: '#7E4137'

red 126 ◦ green 65 ◦ blue 55

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

Shades of Red Robin #7E4137

Tints of Red Robin #7E4137

RGB

 RED value IS 126 (49.61% from 255) = 51.22%

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

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

R = 51.22%
G = 26.42%
B = 22.36%

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

#7E4137 (or 0x7E4137) is known color: Red Robin. HEX triplet: 7E, 41 and 37. RGB value is (126,65,55). Sum of RGB (Red+Green+Blue) = 126+65+55=246 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.22% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4137 is #81BEC8. Grayscale: #525252. Windows color (decimal): -8502985 or 3621246. OLE color: 3621246.

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

Color convert

RGB 126 65 55 -
CMYK 0 0.48 0.56 0.51
HSL 8.45º 0.39% 0.35% -
HSV(B) 8.45º 0.56% 0.49% -
XYZ 11.18 8.49 4.66 -
YUV 82.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 126 65 55 0 0.48 0.56 0.51 8.45 0.39 0.35
Hex 7E 41 37 0 30 38 33 8 27 23
Octal 176 101 67 0 60 70 63 10 47 43
Binary 1111110 1000001 110111 0 110000 111000 110011 1000 100111 100011

Color Harmonies of #7E4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4137

Black with #7E4137

Text Example


Text Example

White with #7E4137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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