Html Css Color HEX #766F6A Sandstone

📋 copy color: '#766F6A'

red 118 ◦ green 111 ◦ blue 106

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

Shades of Sandstone #766F6A

Tints of Sandstone #766F6A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 35.22%
G = 33.13%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#766F6A (or 0x766F6A) is known color: Sandstone. HEX triplet: 76, 6F and 6A. RGB value is (118,111,106). Sum of RGB (Red+Green+Blue) = 118+111+106=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766F6A is #899095. Grayscale: #707070. Windows color (decimal): -9015446 or 6975350. OLE color: 6975350.

HSL color Cylindrical-coordinate representation of color #766F6A: hue angle of 25º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #766F6A is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 106 -
CMYK 0 0.06 0.10 0.54
HSL 25º 0.05% 0.44% -
HSV(B) 25º 0.1% 0.46% -
XYZ 15.76 16.26 15.94 -
YUV 112.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 118 111 106 0 0.06 0.10 0.54 25 0.05 0.44
Hex 76 6F 6A 0 6 A 36 19 5 2C
Octal 166 157 152 0 6 12 66 31 5 54
Binary 1110110 1101111 1101010 0 110 1010 110110 11001 101 101100

Color Harmonies of #766F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F6A

Black with #766F6A

Text Example


Text Example

White with #766F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766F6A; }

 p { color: rgb(118,111,106); }

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

background-color css

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

 a { background-color: rgb(118,111,106); }

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

border-color css

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

 span { border-color: rgb(118,111,106); }

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