Html Css Color HEX #77726D Sandstone

📋 copy color: '#77726D'

red 119 ◦ green 114 ◦ blue 109

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

Shades of Sandstone #77726D

Tints of Sandstone #77726D

RGB

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

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

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

R = 34.8%
G = 33.33%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77726D (or 0x77726D) is known color: Sandstone. HEX triplet: 77, 72 and 6D. RGB value is (119,114,109). Sum of RGB (Red+Green+Blue) = 119+114+109=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 119 - color contains mainly: red. Hex color #77726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77726D is #888D92. Grayscale: #727272. Windows color (decimal): -8949139 or 7172727. OLE color: 7172727.

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

Color convert

RGB 119 114 109 -
CMYK 0 0.04 0.08 0.53
HSL 30º 0.04% 0.45% -
HSV(B) 30º 0.08% 0.47% -
XYZ 16.39 17.06 16.9 -
YUV 114.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 119 114 109 0 0.04 0.08 0.53 30 0.04 0.45
Hex 77 72 6D 0 4 8 35 1E 4 2D
Octal 167 162 155 0 4 10 65 36 4 55
Binary 1110111 1110010 1101101 0 100 1000 110101 11110 100 101101

Color Harmonies of #77726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77726D

Black with #77726D

Text Example


Text Example

White with #77726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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