Html Css Color HEX #7D4237 Red Robin

📋 copy color: '#7D4237'

red 125 ◦ green 66 ◦ blue 55

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

Shades of Red Robin #7D4237

Tints of Red Robin #7D4237

RGB

 RED value IS 125 (49.22% from 255) = 50.81%

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

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

R = 50.81%
G = 26.83%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7D4237 (or 0x7D4237) is known color: Red Robin. HEX triplet: 7D, 42 and 37. RGB value is (125,66,55). Sum of RGB (Red+Green+Blue) = 125+66+55=246 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.81% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4237 is #82BDC8. Grayscale: #525252. Windows color (decimal): -8568265 or 3621501. OLE color: 3621501.

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

Color convert

RGB 125 66 55 -
CMYK 0 0.47 0.56 0.51
HSL 9.43º 0.39% 0.35% -
HSV(B) 9.43º 0.56% 0.49% -
XYZ 11.1 8.53 4.68 -
YUV 82.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 125 66 55 0 0.47 0.56 0.51 9.43 0.39 0.35
Hex 7D 42 37 0 2F 38 33 9 27 23
Octal 175 102 67 0 57 70 63 11 47 43
Binary 1111101 1000010 110111 0 101111 111000 110011 1001 100111 100011

Color Harmonies of #7D4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4237

Black with #7D4237

Text Example


Text Example

White with #7D4237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,66,55); }

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

background-color css

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

 a { background-color: rgb(125,66,55); }

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

border-color css

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

 span { border-color: rgb(125,66,55); }

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