Html Css Color HEX #7F756C Sand Dune

📋 copy color: '#7F756C'

red 127 ◦ green 117 ◦ blue 108

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

Shades of Sand Dune #7F756C

Tints of Sand Dune #7F756C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 36.08%
G = 33.24%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F756C (or 0x7F756C) is known color: Sand Dune. HEX triplet: 7F, 75 and 6C. RGB value is (127,117,108). Sum of RGB (Red+Green+Blue) = 127+117+108=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 127 - color contains mainly: red. Hex color #7F756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F756C is #808A93. Grayscale: #777777. Windows color (decimal): -8424084 or 7107967. OLE color: 7107967.

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

Color convert

RGB 127 117 108 -
CMYK 0 0.08 0.15 0.50
HSL 28.42º 0.08% 0.46% -
HSV(B) 28.42º 0.15% 0.5% -
XYZ 17.82 18.32 16.78 -
YUV 118.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 127 117 108 0 0.08 0.15 0.50 28.42 0.08 0.46
Hex 7F 75 6C 0 8 F 32 1C 8 2E
Octal 177 165 154 0 10 17 62 34 10 56
Binary 1111111 1110101 1101100 0 1000 1111 110010 11100 1000 101110

Color Harmonies of #7F756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F756C

Black with #7F756C

Text Example


Text Example

White with #7F756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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