Html Css Color HEX #776E67 Sandstone

📋 copy color: '#776E67'

red 119 ◦ green 110 ◦ blue 103

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

Shades of Sandstone #776E67

Tints of Sandstone #776E67

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 35.84%
G = 33.13%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#776E67 (or 0x776E67) is known color: Sandstone. HEX triplet: 77, 6E and 67. RGB value is (119,110,103). Sum of RGB (Red+Green+Blue) = 119+110+103=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E67 is #889198. Grayscale: #6F6F6F. Windows color (decimal): -8950169 or 6778487. OLE color: 6778487.

HSL color Cylindrical-coordinate representation of color #776E67: hue angle of 26.25º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #776E67 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 110 103 -
CMYK 0 0.08 0.13 0.53
HSL 26.25º 0.07% 0.44% -
HSV(B) 26.25º 0.13% 0.47% -
XYZ 15.63 16.05 15.11 -
YUV 111.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 119 110 103 0 0.08 0.13 0.53 26.25 0.07 0.44
Hex 77 6E 67 0 8 D 35 1A 7 2C
Octal 167 156 147 0 10 15 65 32 7 54
Binary 1110111 1101110 1100111 0 1000 1101 110101 11010 111 101100

Color Harmonies of #776E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E67

Black with #776E67

Text Example


Text Example

White with #776E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776E67; }

 p { color: rgb(119,110,103); }

 H1.HeaderClassName
 {
   color: #776E67;
 }
 .AnyTagClassName
 {
   color: #776E67;
 }
</style>

background-color css

<style>
 a { background-color: #776E67; }

 a { background-color: rgb(119,110,103); }

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

border-color css

<style>
 span { border-color: #776E67; }

 span { border-color: rgb(119,110,103); }

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