Html Css Color HEX #7F756D Sand Dune

📋 copy color: '#7F756D'

red 127 ◦ green 117 ◦ blue 109

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

Shades of Sand Dune #7F756D

Tints of Sand Dune #7F756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 35.98%
G = 33.14%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F756D (or 0x7F756D) is known color: Sand Dune. HEX triplet: 7F, 75 and 6D. RGB value is (127,117,109). Sum of RGB (Red+Green+Blue) = 127+117+109=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 127 - color contains mainly: red. Hex color #7F756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F756D is #808A92. Grayscale: #777777. Windows color (decimal): -8424083 or 7173503. OLE color: 7173503.

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

Color convert

RGB 127 117 109 -
CMYK 0 0.08 0.14 0.50
HSL 26.67º 0.08% 0.46% -
HSV(B) 26.67º 0.14% 0.5% -
XYZ 17.87 18.34 17.07 -
YUV 119.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 127 117 109 0 0.08 0.14 0.50 26.67 0.08 0.46
Hex 7F 75 6D 0 8 E 32 1B 8 2E
Octal 177 165 155 0 10 16 62 33 10 56
Binary 1111111 1110101 1101101 0 1000 1110 110010 11011 1000 101110

Color Harmonies of #7F756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F756D

Black with #7F756D

Text Example


Text Example

White with #7F756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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