Html Css Color HEX #7A4137 Red Robin

📋 copy color: '#7A4137'

red 122 ◦ green 65 ◦ blue 55

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

Shades of Red Robin #7A4137

Tints of Red Robin #7A4137

RGB

 RED value IS 122 (48.05% from 255) = 50.41%

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

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

R = 50.41%
G = 26.86%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#7A4137 (or 0x7A4137) is known color: Red Robin. HEX triplet: 7A, 41 and 37. RGB value is (122,65,55). Sum of RGB (Red+Green+Blue) = 122+65+55=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4137 is #85BEC8. Grayscale: #515151. Windows color (decimal): -8765129 or 3621242. OLE color: 3621242.

HSL color Cylindrical-coordinate representation of color #7A4137: hue angle of 8.96º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A4137 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 65 55 -
CMYK 0 0.47 0.55 0.52
HSL 8.96º 0.38% 0.35% -
HSV(B) 8.96º 0.55% 0.48% -
XYZ 10.61 8.19 4.64 -
YUV 80.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 122 65 55 0 0.47 0.55 0.52 8.96 0.38 0.35
Hex 7A 41 37 0 2F 37 34 9 26 23
Octal 172 101 67 0 57 67 64 11 46 43
Binary 1111010 1000001 110111 0 101111 110111 110100 1001 100110 100011

Color Harmonies of #7A4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4137

Black with #7A4137

Text Example


Text Example

White with #7A4137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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