Html Css Color HEX #7F735E Stonewall

📋 copy color: '#7F735E'

red 127 ◦ green 115 ◦ blue 94

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

Shades of Stonewall #7F735E

Tints of Stonewall #7F735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 37.8%
G = 34.23%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#7F735E (or 0x7F735E) is known color: Stonewall. HEX triplet: 7F, 73 and 5E. RGB value is (127,115,94). Sum of RGB (Red+Green+Blue) = 127+115+94=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F735E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F735E is #808CA1. Grayscale: #747474. Windows color (decimal): -8424610 or 6189951. OLE color: 6189951.

HSL color Cylindrical-coordinate representation of color #7F735E: hue angle of 38.18º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F735E is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 115 94 -
CMYK 0 0.09 0.26 0.50
HSL 38.18º 0.15% 0.43% -
HSV(B) 38.18º 0.26% 0.5% -
XYZ 16.9 17.58 13.09 -
YUV 116.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 127 115 94 0 0.09 0.26 0.50 38.18 0.15 0.43
Hex 7F 73 5E 0 9 1A 32 26 F 2B
Octal 177 163 136 0 11 32 62 46 17 53
Binary 1111111 1110011 1011110 0 1001 11010 110010 100110 1111 101011

Color Harmonies of #7F735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F735E

Black with #7F735E

Text Example


Text Example

White with #7F735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,115,94); }

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

background-color css

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

 a { background-color: rgb(127,115,94); }

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

border-color css

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

 span { border-color: rgb(127,115,94); }

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