Html Css Color HEX #7F423E Red Robin

📋 copy color: '#7F423E'

red 127 ◦ green 66 ◦ blue 62

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

Shades of Red Robin #7F423E

Tints of Red Robin #7F423E

RGB

 RED value IS 127 (50% from 255) = 49.8%

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

 BLUE value IS 62 (24.61% from 255) = 24.31%

R = 49.8%
G = 25.88%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#7F423E (or 0x7F423E) is known color: Red Robin. HEX triplet: 7F, 42 and 3E. RGB value is (127,66,62). Sum of RGB (Red+Green+Blue) = 127+66+62=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F423E is #80BDC1. Grayscale: #535353. Windows color (decimal): -8437186 or 4080255. OLE color: 4080255.

HSL color Cylindrical-coordinate representation of color #7F423E: hue angle of 3.69º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F423E is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 66 62 -
CMYK 0 0.48 0.51 0.50
HSL 3.69º 0.34% 0.37% -
HSV(B) 3.69º 0.51% 0.5% -
XYZ 11.57 8.76 5.64 -
YUV 83.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 127 66 62 0 0.48 0.51 0.50 3.69 0.34 0.37
Hex 7F 42 3E 0 30 33 32 4 22 25
Octal 177 102 76 0 60 63 62 4 42 45
Binary 1111111 1000010 111110 0 110000 110011 110010 100 100010 100101

Color Harmonies of #7F423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F423E

Black with #7F423E

Text Example


Text Example

White with #7F423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,66,62); }

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

background-color css

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

 a { background-color: rgb(127,66,62); }

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

border-color css

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

 span { border-color: rgb(127,66,62); }

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