Html Css Color HEX #77726F Sand Dune

📋 copy color: '#77726F'

red 119 ◦ green 114 ◦ blue 111

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

Shades of Sand Dune #77726F

Tints of Sand Dune #77726F

RGB

 RED value IS 119 (46.88% from 255) = 34.59%

 GREEN value IS 114 (44.92% from 255) = 33.14%

 BLUE value IS 111 (43.75% from 255) = 32.27%

R = 34.59%
G = 33.14%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#77726F (or 0x77726F) is known color: Sand Dune. HEX triplet: 77, 72 and 6F. RGB value is (119,114,111). Sum of RGB (Red+Green+Blue) = 119+114+111=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 119 - color contains mainly: red. Hex color #77726F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77726F is #888D90. Grayscale: #737373. Windows color (decimal): -8949137 or 7303799. OLE color: 7303799.

HSL color Cylindrical-coordinate representation of color #77726F: hue angle of 22.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #77726F is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 111 -
CMYK 0 0.04 0.07 0.53
HSL 22.5º 0.03% 0.45% -
HSV(B) 22.5º 0.07% 0.47% -
XYZ 16.49 17.1 17.47 -
YUV 115.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 119 114 111 0 0.04 0.07 0.53 22.5 0.03 0.45
Hex 77 72 6F 0 4 7 35 16 3 2D
Octal 167 162 157 0 4 7 65 26 3 55
Binary 1110111 1110010 1101111 0 100 111 110101 10110 11 101101

Color Harmonies of #77726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77726F

Black with #77726F

Text Example


Text Example

White with #77726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77726F; }

 p { color: rgb(119,114,111); }

 H1.HeaderClassName
 {
   color: #77726F;
 }
 .AnyTagClassName
 {
   color: #77726F;
 }
</style>

background-color css

<style>
 a { background-color: #77726F; }

 a { background-color: rgb(119,114,111); }

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

border-color css

<style>
 span { border-color: #77726F; }

 span { border-color: rgb(119,114,111); }

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