Html Css Color HEX #77716C Sandstone

📋 copy color: '#77716C'

red 119 ◦ green 113 ◦ blue 108

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

Shades of Sandstone #77716C

Tints of Sandstone #77716C

RGB

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

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

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

R = 35%
G = 33.24%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#77716C (or 0x77716C) is known color: Sandstone. HEX triplet: 77, 71 and 6C. RGB value is (119,113,108). Sum of RGB (Red+Green+Blue) = 119+113+108=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #77716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77716C is #888E93. Grayscale: #727272. Windows color (decimal): -8949396 or 7106935. OLE color: 7106935.

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

Color convert

RGB 119 113 108 -
CMYK 0 0.05 0.09 0.53
HSL 27.27º 0.05% 0.45% -
HSV(B) 27.27º 0.09% 0.47% -
XYZ 16.22 16.81 16.58 -
YUV 114.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 119 113 108 0 0.05 0.09 0.53 27.27 0.05 0.45
Hex 77 71 6C 0 5 9 35 1B 5 2D
Octal 167 161 154 0 5 11 65 33 5 55
Binary 1110111 1110001 1101100 0 101 1001 110101 11011 101 101101

Color Harmonies of #77716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77716C

Black with #77716C

Text Example


Text Example

White with #77716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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