Html Css Color HEX #7F776E Sand Dune

📋 copy color: '#7F776E'

red 127 ◦ green 119 ◦ blue 110

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

Shades of Sand Dune #7F776E

Tints of Sand Dune #7F776E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 35.67%
G = 33.43%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F776E (or 0x7F776E) is known color: Sand Dune. HEX triplet: 7F, 77 and 6E. RGB value is (127,119,110). Sum of RGB (Red+Green+Blue) = 127+119+110=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F776E is #808891. Grayscale: #787878. Windows color (decimal): -8423570 or 7239551. OLE color: 7239551.

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

Color convert

RGB 127 119 110 -
CMYK 0 0.06 0.13 0.50
HSL 31.76º 0.07% 0.46% -
HSV(B) 31.76º 0.13% 0.5% -
XYZ 18.16 18.83 17.43 -
YUV 120.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 127 119 110 0 0.06 0.13 0.50 31.76 0.07 0.46
Hex 7F 77 6E 0 6 D 32 20 7 2E
Octal 177 167 156 0 6 15 62 40 7 56
Binary 1111111 1110111 1101110 0 110 1101 110010 100000 111 101110

Color Harmonies of #7F776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F776E

Black with #7F776E

Text Example


Text Example

White with #7F776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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