Html Css Color HEX #766958 Sandstone

📋 copy color: '#766958'

red 118 ◦ green 105 ◦ blue 88

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

Shades of Sandstone #766958

Tints of Sandstone #766958

RGB

 RED value IS 118 (46.48% from 255) = 37.94%

 GREEN value IS 105 (41.41% from 255) = 33.76%

 BLUE value IS 88 (34.77% from 255) = 28.3%

R = 37.94%
G = 33.76%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766958 (or 0x766958) is known color: Sandstone. HEX triplet: 76, 69 and 58. RGB value is (118,105,88). Sum of RGB (Red+Green+Blue) = 118+105+88=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 118 - color contains mainly: red. Hex color #766958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766958 is #8996A7. Grayscale: #6B6B6B. Windows color (decimal): -9017000 or 5794166. OLE color: 5794166.

HSL color Cylindrical-coordinate representation of color #766958: hue angle of 34º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766958 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 88 -
CMYK 0 0.11 0.25 0.54
HSL 34º 0.15% 0.4% -
HSV(B) 34º 0.25% 0.46% -
XYZ 14.28 14.66 11.31 -
YUV 106.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 118 105 88 0 0.11 0.25 0.54 34 0.15 0.4
Hex 76 69 58 0 B 19 36 22 F 28
Octal 166 151 130 0 13 31 66 42 17 50
Binary 1110110 1101001 1011000 0 1011 11001 110110 100010 1111 101000

Color Harmonies of #766958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766958

Black with #766958

Text Example


Text Example

White with #766958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766958; }

 p { color: rgb(118,105,88); }

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

background-color css

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

 a { background-color: rgb(118,105,88); }

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

border-color css

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

 span { border-color: rgb(118,105,88); }

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