Html Css Color HEX #7F4142 Stiletto

📋 copy color: '#7F4142'

red 127 ◦ green 65 ◦ blue 66

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

Shades of Stiletto #7F4142

Tints of Stiletto #7F4142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 49.22%
G = 25.19%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#7F4142 (or 0x7F4142) is known color: Stiletto. HEX triplet: 7F, 41 and 42. RGB value is (127,65,66). Sum of RGB (Red+Green+Blue) = 127+65+66=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4142 is #80BEBD. Grayscale: #535353. Windows color (decimal): -8437438 or 4342143. OLE color: 4342143.

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

Color convert

RGB 127 65 66 -
CMYK 0 0.49 0.48 0.50
HSL 359.03º 0.32% 0.38% -
HSV(B) 359.03º 0.49% 0.5% -
XYZ 11.63 8.69 6.22 -
YUV 83.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 127 65 66 0 0.49 0.48 0.50 359.03 0.32 0.38
Hex 7F 41 42 0 31 30 32 167 20 26
Octal 177 101 102 0 61 60 62 547 40 46
Binary 1111111 1000001 1000010 0 110001 110000 110010 101100111 100000 100110

Color Harmonies of #7F4142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4142

Black with #7F4142

Text Example


Text Example

White with #7F4142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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