Html Css Color HEX #7F363C Stiletto

📋 copy color: '#7F363C'

red 127 ◦ green 54 ◦ blue 60

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

Shades of Stiletto #7F363C

Tints of Stiletto #7F363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

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

R = 52.7%
G = 22.41%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#7F363C (or 0x7F363C) is known color: Stiletto. HEX triplet: 7F, 36 and 3C. RGB value is (127,54,60). Sum of RGB (Red+Green+Blue) = 127+54+60=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F363C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F363C is #80C9C3. Grayscale: #4C4C4C. Windows color (decimal): -8440260 or 3946111. OLE color: 3946111.

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

Color convert

RGB 127 54 60 -
CMYK 0 0.57 0.53 0.50
HSL 355.07º 0.4% 0.35% -
HSV(B) 355.07º 0.57% 0.5% -
XYZ 10.89 7.48 5.14 -
YUV 76.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 127 54 60 0 0.57 0.53 0.50 355.07 0.4 0.35
Hex 7F 36 3C 0 39 35 32 163 28 23
Octal 177 66 74 0 71 65 62 543 50 43
Binary 1111111 110110 111100 0 111001 110101 110010 101100011 101000 100011

Color Harmonies of #7F363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F363C

Black with #7F363C

Text Example


Text Example

White with #7F363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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