Html Css Color HEX #7F423C Red Robin

📋 copy color: '#7F423C'

red 127 ◦ green 66 ◦ blue 60

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

Shades of Red Robin #7F423C

Tints of Red Robin #7F423C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.72%

R = 50.2%
G = 26.09%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F423C (or 0x7F423C) is known color: Red Robin. HEX triplet: 7F, 42 and 3C. RGB value is (127,66,60). Sum of RGB (Red+Green+Blue) = 127+66+60=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F423C is #80BDC3. Grayscale: #535353. Windows color (decimal): -8437188 or 3949183. OLE color: 3949183.

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

Color convert

RGB 127 66 60 -
CMYK 0 0.48 0.53 0.50
HSL 5.37º 0.36% 0.37% -
HSV(B) 5.37º 0.53% 0.5% -
XYZ 11.52 8.73 5.35 -
YUV 83.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 127 66 60 0 0.48 0.53 0.50 5.37 0.36 0.37
Hex 7F 42 3C 0 30 35 32 5 24 25
Octal 177 102 74 0 60 65 62 5 44 45
Binary 1111111 1000010 111100 0 110000 110101 110010 101 100100 100101

Color Harmonies of #7F423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F423C

Black with #7F423C

Text Example


Text Example

White with #7F423C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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