Html Css Color HEX #7F3E41 Stiletto

📋 copy color: '#7F3E41'

red 127 ◦ green 62 ◦ blue 65

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

Shades of Stiletto #7F3E41

Tints of Stiletto #7F3E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.41%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 50%
G = 24.41%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#7F3E41 (or 0x7F3E41) is known color: Stiletto. HEX triplet: 7F, 3E and 41. RGB value is (127,62,65). Sum of RGB (Red+Green+Blue) = 127+62+65=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 62 (24.61% from 255 or 24.41% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3E41 is #80C1BE. Grayscale: #515151. Windows color (decimal): -8438207 or 4275839. OLE color: 4275839.

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

Color convert

RGB 127 62 65 -
CMYK 0 0.51 0.49 0.50
HSL 357.23º 0.34% 0.37% -
HSV(B) 357.23º 0.51% 0.5% -
XYZ 11.43 8.34 6.01 -
YUV 81.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 127 62 65 0 0.51 0.49 0.50 357.23 0.34 0.37
Hex 7F 3E 41 0 33 31 32 165 22 25
Octal 177 76 101 0 63 61 62 545 42 45
Binary 1111111 111110 1000001 0 110011 110001 110010 101100101 100010 100101

Color Harmonies of #7F3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3E41

Black with #7F3E41

Text Example


Text Example

White with #7F3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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