Html Css Color HEX #7F433C Red Robin

📋 copy color: '#7F433C'

red 127 ◦ green 67 ◦ blue 60

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

Shades of Red Robin #7F433C

Tints of Red Robin #7F433C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

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

R = 50%
G = 26.38%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F433C (or 0x7F433C) is known color: Red Robin. HEX triplet: 7F, 43 and 3C. RGB value is (127,67,60). Sum of RGB (Red+Green+Blue) = 127+67+60=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F433C is #80BCC3. Grayscale: #545454. Windows color (decimal): -8436932 or 3949439. OLE color: 3949439.

HSL color Cylindrical-coordinate representation of color #7F433C: hue angle of 6.27º 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 #7F433C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 67 60 -
CMYK 0 0.47 0.53 0.50
HSL 6.27º 0.36% 0.37% -
HSV(B) 6.27º 0.53% 0.5% -
XYZ 11.58 8.85 5.37 -
YUV 84.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 127 67 60 0 0.47 0.53 0.50 6.27 0.36 0.37
Hex 7F 43 3C 0 2F 35 32 6 24 25
Octal 177 103 74 0 57 65 62 6 44 45
Binary 1111111 1000011 111100 0 101111 110101 110010 110 100100 100101

Color Harmonies of #7F433C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F433C

Black with #7F433C

Text Example


Text Example

White with #7F433C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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