Html Css Color HEX #7F755F Stonewall

📋 copy color: '#7F755F'

red 127 ◦ green 117 ◦ blue 95

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

Shades of Stonewall #7F755F

Tints of Stonewall #7F755F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 37.46%
G = 34.51%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#7F755F (or 0x7F755F) is known color: Stonewall. HEX triplet: 7F, 75 and 5F. RGB value is (127,117,95). Sum of RGB (Red+Green+Blue) = 127+117+95=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 127 - color contains mainly: red. Hex color #7F755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F755F is #808AA0. Grayscale: #757575. Windows color (decimal): -8424097 or 6255999. OLE color: 6255999.

HSL color Cylindrical-coordinate representation of color #7F755F: hue angle of 41.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F755F is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 117 95 -
CMYK 0 0.08 0.25 0.50
HSL 41.25º 0.14% 0.44% -
HSV(B) 41.25º 0.25% 0.5% -
XYZ 17.18 18.06 13.41 -
YUV 117.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 127 117 95 0 0.08 0.25 0.50 41.25 0.14 0.44
Hex 7F 75 5F 0 8 19 32 29 E 2C
Octal 177 165 137 0 10 31 62 51 16 54
Binary 1111111 1110101 1011111 0 1000 11001 110010 101001 1110 101100

Color Harmonies of #7F755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F755F

Black with #7F755F

Text Example


Text Example

White with #7F755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,117,95); }

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

background-color css

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

 a { background-color: rgb(127,117,95); }

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

border-color css

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

 span { border-color: rgb(127,117,95); }

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