Html Css Color HEX #7A4139 Red Robin

📋 copy color: '#7A4139'

red 122 ◦ green 65 ◦ blue 57

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

Shades of Red Robin #7A4139

Tints of Red Robin #7A4139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.36%

R = 50%
G = 26.64%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7A4139 (or 0x7A4139) is known color: Red Robin. HEX triplet: 7A, 41 and 39. RGB value is (122,65,57). Sum of RGB (Red+Green+Blue) = 122+65+57=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4139 is #85BEC6. Grayscale: #515151. Windows color (decimal): -8765127 or 3752314. OLE color: 3752314.

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

Color convert

RGB 122 65 57 -
CMYK 0 0.47 0.53 0.52
HSL 7.38º 0.36% 0.35% -
HSV(B) 7.38º 0.53% 0.48% -
XYZ 10.65 8.21 4.89 -
YUV 81.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 122 65 57 0 0.47 0.53 0.52 7.38 0.36 0.35
Hex 7A 41 39 0 2F 35 34 7 24 23
Octal 172 101 71 0 57 65 64 7 44 43
Binary 1111010 1000001 111001 0 101111 110101 110100 111 100100 100011

Color Harmonies of #7A4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A4139

Black with #7A4139

Text Example


Text Example

White with #7A4139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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