Html Css Color HEX #77716A Sandstone

📋 copy color: '#77716A'

red 119 ◦ green 113 ◦ blue 106

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

Shades of Sandstone #77716A

Tints of Sandstone #77716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.43%

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

R = 35.21%
G = 33.43%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#77716A (or 0x77716A) is known color: Sandstone. HEX triplet: 77, 71 and 6A. RGB value is (119,113,106). Sum of RGB (Red+Green+Blue) = 119+113+106=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #77716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77716A is #888E95. Grayscale: #727272. Windows color (decimal): -8949398 or 6975863. OLE color: 6975863.

HSL color Cylindrical-coordinate representation of color #77716A: hue angle of 32.31º 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 #77716A is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 106 -
CMYK 0 0.05 0.11 0.53
HSL 32.31º 0.06% 0.44% -
HSV(B) 32.31º 0.11% 0.47% -
XYZ 16.11 16.77 16.02 -
YUV 114 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 119 113 106 0 0.05 0.11 0.53 32.31 0.06 0.44
Hex 77 71 6A 0 5 B 35 20 6 2C
Octal 167 161 152 0 5 13 65 40 6 54
Binary 1110111 1110001 1101010 0 101 1011 110101 100000 110 101100

Color Harmonies of #77716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77716A

Black with #77716A

Text Example


Text Example

White with #77716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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