Html Css Color HEX #777067 Sandstone

📋 copy color: '#777067'

red 119 ◦ green 112 ◦ blue 103

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

Shades of Sandstone #777067

Tints of Sandstone #777067

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 35.63%
G = 33.53%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#777067 (or 0x777067) is known color: Sandstone. HEX triplet: 77, 70 and 67. RGB value is (119,112,103). Sum of RGB (Red+Green+Blue) = 119+112+103=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #777067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777067 is #888F98. Grayscale: #717171. Windows color (decimal): -8949657 or 6778999. OLE color: 6778999.

HSL color Cylindrical-coordinate representation of color #777067: hue angle of 33.75º 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 #777067 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 103 -
CMYK 0 0.06 0.13 0.53
HSL 33.75º 0.07% 0.44% -
HSV(B) 33.75º 0.13% 0.47% -
XYZ 15.85 16.49 15.18 -
YUV 113.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 119 112 103 0 0.06 0.13 0.53 33.75 0.07 0.44
Hex 77 70 67 0 6 D 35 22 7 2C
Octal 167 160 147 0 6 15 65 42 7 54
Binary 1110111 1110000 1100111 0 110 1101 110101 100010 111 101100

Color Harmonies of #777067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777067

Black with #777067

Text Example


Text Example

White with #777067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777067; }

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

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

background-color css

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

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

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

border-color css

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

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

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