Html Css Color HEX #77726C Sandstone

📋 copy color: '#77726C'

red 119 ◦ green 114 ◦ blue 108

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

Shades of Sandstone #77726C

Tints of Sandstone #77726C

RGB

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

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

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

R = 34.9%
G = 33.43%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77726C (or 0x77726C) is known color: Sandstone. HEX triplet: 77, 72 and 6C. RGB value is (119,114,108). Sum of RGB (Red+Green+Blue) = 119+114+108=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 119 - color contains mainly: red. Hex color #77726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77726C is #888D93. Grayscale: #727272. Windows color (decimal): -8949140 or 7107191. OLE color: 7107191.

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

Color convert

RGB 119 114 108 -
CMYK 0 0.04 0.09 0.53
HSL 32.73º 0.05% 0.45% -
HSV(B) 32.73º 0.09% 0.47% -
XYZ 16.33 17.04 16.62 -
YUV 114.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 119 114 108 0 0.04 0.09 0.53 32.73 0.05 0.45
Hex 77 72 6C 0 4 9 35 21 5 2D
Octal 167 162 154 0 4 11 65 41 5 55
Binary 1110111 1110010 1101100 0 100 1001 110101 100001 101 101101

Color Harmonies of #77726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77726C

Black with #77726C

Text Example


Text Example

White with #77726C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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