Html Css Color HEX #7F7664 Stonewall

📋 copy color: '#7F7664'

red 127 ◦ green 118 ◦ blue 100

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

Shades of Stonewall #7F7664

Tints of Stonewall #7F7664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 36.81%
G = 34.2%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#7F7664 (or 0x7F7664) is known color: Stonewall. HEX triplet: 7F, 76 and 64. RGB value is (127,118,100). Sum of RGB (Red+Green+Blue) = 127+118+100=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7664 is #80899B. Grayscale: #767676. Windows color (decimal): -8423836 or 6583935. OLE color: 6583935.

HSL color Cylindrical-coordinate representation of color #7F7664: hue angle of 40º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F7664 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 118 100 -
CMYK 0 0.07 0.21 0.50
HSL 40º 0.12% 0.45% -
HSV(B) 40º 0.21% 0.5% -
XYZ 17.53 18.39 14.68 -
YUV 118.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 127 118 100 0 0.07 0.21 0.50 40 0.12 0.45
Hex 7F 76 64 0 7 15 32 28 C 2D
Octal 177 166 144 0 7 25 62 50 14 55
Binary 1111111 1110110 1100100 0 111 10101 110010 101000 1100 101101

Color Harmonies of #7F7664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7664

Black with #7F7664

Text Example


Text Example

White with #7F7664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,118,100); }

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

background-color css

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

 a { background-color: rgb(127,118,100); }

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

border-color css

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

 span { border-color: rgb(127,118,100); }

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