Html Css Color HEX #7F776C Sand Dune

📋 copy color: '#7F776C'

red 127 ◦ green 119 ◦ blue 108

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

Shades of Sand Dune #7F776C

Tints of Sand Dune #7F776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 35.88%
G = 33.62%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F776C (or 0x7F776C) is known color: Sand Dune. HEX triplet: 7F, 77 and 6C. RGB value is (127,119,108). Sum of RGB (Red+Green+Blue) = 127+119+108=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 127 - color contains mainly: red. Hex color #7F776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F776C is #808893. Grayscale: #787878. Windows color (decimal): -8423572 or 7108479. OLE color: 7108479.

HSL color Cylindrical-coordinate representation of color #7F776C: hue angle of 34.74º 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 #7F776C is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 119 108 -
CMYK 0 0.06 0.15 0.50
HSL 34.74º 0.08% 0.46% -
HSV(B) 34.74º 0.15% 0.5% -
XYZ 18.06 18.79 16.86 -
YUV 120.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 127 119 108 0 0.06 0.15 0.50 34.74 0.08 0.46
Hex 7F 77 6C 0 6 F 32 23 8 2E
Octal 177 167 154 0 6 17 62 43 10 56
Binary 1111111 1110111 1101100 0 110 1111 110010 100011 1000 101110

Color Harmonies of #7F776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F776C

Black with #7F776C

Text Example


Text Example

White with #7F776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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