Html Css Color HEX #77726A Sandstone

📋 copy color: '#77726A'

red 119 ◦ green 114 ◦ blue 106

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

Shades of Sandstone #77726A

Tints of Sandstone #77726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.27%

R = 35.1%
G = 33.63%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77726A (or 0x77726A) is known color: Sandstone. HEX triplet: 77, 72 and 6A. RGB value is (119,114,106). Sum of RGB (Red+Green+Blue) = 119+114+106=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #77726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77726A is #888D95. Grayscale: #727272. Windows color (decimal): -8949142 or 6976119. OLE color: 6976119.

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

Color convert

RGB 119 114 106 -
CMYK 0 0.04 0.11 0.53
HSL 36.92º 0.06% 0.44% -
HSV(B) 36.92º 0.11% 0.47% -
XYZ 16.23 17 16.06 -
YUV 114.58 123.16 131.15 -
System Red Green Blue C M Y K H S L
Decimal 119 114 106 0 0.04 0.11 0.53 36.92 0.06 0.44
Hex 77 72 6A 0 4 B 35 25 6 2C
Octal 167 162 152 0 4 13 65 45 6 54
Binary 1110111 1110010 1101010 0 100 1011 110101 100101 110 101100

Color Harmonies of #77726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77726A

Black with #77726A

Text Example


Text Example

White with #77726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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