Html Css Color HEX #7F443C Red Robin

📋 copy color: '#7F443C'

red 127 ◦ green 68 ◦ blue 60

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

Shades of Red Robin #7F443C

Tints of Red Robin #7F443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 49.8%
G = 26.67%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F443C (or 0x7F443C) is known color: Red Robin. HEX triplet: 7F, 44 and 3C. RGB value is (127,68,60). Sum of RGB (Red+Green+Blue) = 127+68+60=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F443C is #80BBC3. Grayscale: #545454. Windows color (decimal): -8436676 or 3949695. OLE color: 3949695.

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

Color convert

RGB 127 68 60 -
CMYK 0 0.46 0.53 0.50
HSL 7.16º 0.36% 0.37% -
HSV(B) 7.16º 0.53% 0.5% -
XYZ 11.64 8.97 5.39 -
YUV 84.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 127 68 60 0 0.46 0.53 0.50 7.16 0.36 0.37
Hex 7F 44 3C 0 2E 35 32 7 24 25
Octal 177 104 74 0 56 65 62 7 44 45
Binary 1111111 1000100 111100 0 101110 110101 110010 111 100100 100101

Color Harmonies of #7F443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F443C

Black with #7F443C

Text Example


Text Example

White with #7F443C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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