Html Css Color HEX #7F373B Stiletto

📋 copy color: '#7F373B'

red 127 ◦ green 55 ◦ blue 59

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

Shades of Stiletto #7F373B

Tints of Stiletto #7F373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

 BLUE value IS 59 (23.44% from 255) = 24.48%

R = 52.7%
G = 22.82%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F373B (or 0x7F373B) is known color: Stiletto. HEX triplet: 7F, 37 and 3B. RGB value is (127,55,59). Sum of RGB (Red+Green+Blue) = 127+55+59=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 59 (23.44% from 255 or 24.48% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F373B is #80C8C4. Grayscale: #4D4D4D. Windows color (decimal): -8440005 or 3880831. OLE color: 3880831.

HSL color Cylindrical-coordinate representation of color #7F373B: hue angle of 356.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F373B is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 55 59 -
CMYK 0 0.57 0.54 0.50
HSL 356.67º 0.4% 0.36% -
HSV(B) 356.67º 0.57% 0.5% -
XYZ 10.91 7.56 5.02 -
YUV 76.98 117.85 163.67 -
System Red Green Blue C M Y K H S L
Decimal 127 55 59 0 0.57 0.54 0.50 356.67 0.4 0.36
Hex 7F 37 3B 0 39 36 32 165 28 24
Octal 177 67 73 0 71 66 62 545 50 44
Binary 1111111 110111 111011 0 111001 110110 110010 101100101 101000 100100

Color Harmonies of #7F373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F373B

Black with #7F373B

Text Example


Text Example

White with #7F373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,55,59); }

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

background-color css

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

 a { background-color: rgb(127,55,59); }

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

border-color css

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

 span { border-color: rgb(127,55,59); }

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