Html Css Color HEX #777470 Sandstone

📋 copy color: '#777470'

red 119 ◦ green 116 ◦ blue 112

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

Shades of Sandstone #777470

Tints of Sandstone #777470

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 34.29%
G = 33.43%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#777470 (or 0x777470) is known color: Sandstone. HEX triplet: 77, 74 and 70. RGB value is (119,116,112). Sum of RGB (Red+Green+Blue) = 119+116+112=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 119 - color contains mainly: red. Hex color #777470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777470 is #888B8F. Grayscale: #747474. Windows color (decimal): -8948624 or 7369847. OLE color: 7369847.

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

Color convert

RGB 119 116 112 -
CMYK 0 0.03 0.06 0.53
HSL 34.29º 0.03% 0.45% -
HSV(B) 34.29º 0.06% 0.47% -
XYZ 16.78 17.58 17.84 -
YUV 116.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 119 116 112 0 0.03 0.06 0.53 34.29 0.03 0.45
Hex 77 74 70 0 3 6 35 22 3 2D
Octal 167 164 160 0 3 6 65 42 3 55
Binary 1110111 1110100 1110000 0 11 110 110101 100010 11 101101

Color Harmonies of #777470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777470

Black with #777470

Text Example


Text Example

White with #777470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777470; }

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

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

background-color css

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

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

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

border-color css

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

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

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