Html Css Color HEX #7F443F Red Robin

📋 copy color: '#7F443F'

red 127 ◦ green 68 ◦ blue 63

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

Shades of Red Robin #7F443F

Tints of Red Robin #7F443F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.42%

R = 49.22%
G = 26.36%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#7F443F (or 0x7F443F) is known color: Red Robin. HEX triplet: 7F, 44 and 3F. RGB value is (127,68,63). Sum of RGB (Red+Green+Blue) = 127+68+63=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F443F is #80BBC0. Grayscale: #555555. Windows color (decimal): -8436673 or 4146303. OLE color: 4146303.

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

Color convert

RGB 127 68 63 -
CMYK 0 0.46 0.50 0.50
HSL 4.69º 0.34% 0.37% -
HSV(B) 4.69º 0.5% 0.5% -
XYZ 11.72 9.01 5.82 -
YUV 85.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 127 68 63 0 0.46 0.50 0.50 4.69 0.34 0.37
Hex 7F 44 3F 0 2E 32 32 5 22 25
Octal 177 104 77 0 56 62 62 5 42 45
Binary 1111111 1000100 111111 0 101110 110010 110010 101 100010 100101

Color Harmonies of #7F443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F443F

Black with #7F443F

Text Example


Text Example

White with #7F443F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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