Html Css Color HEX #767065 Sandstone

📋 copy color: '#767065'

red 118 ◦ green 112 ◦ blue 101

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

Shades of Sandstone #767065

Tints of Sandstone #767065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 35.65%
G = 33.84%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#767065 (or 0x767065) is known color: Sandstone. HEX triplet: 76, 70 and 65. RGB value is (118,112,101). Sum of RGB (Red+Green+Blue) = 118+112+101=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #767065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767065 is #898F9A. Grayscale: #707070. Windows color (decimal): -9015195 or 6647926. OLE color: 6647926.

HSL color Cylindrical-coordinate representation of color #767065: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767065 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 101 -
CMYK 0 0.05 0.14 0.54
HSL 38.82º 0.08% 0.43% -
HSV(B) 38.82º 0.14% 0.46% -
XYZ 15.61 16.38 14.65 -
YUV 112.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 118 112 101 0 0.05 0.14 0.54 38.82 0.08 0.43
Hex 76 70 65 0 5 E 36 27 8 2B
Octal 166 160 145 0 5 16 66 47 10 53
Binary 1110110 1110000 1100101 0 101 1110 110110 100111 1000 101011

Color Harmonies of #767065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767065

Black with #767065

Text Example


Text Example

White with #767065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767065; }

 p { color: rgb(118,112,101); }

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

background-color css

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

 a { background-color: rgb(118,112,101); }

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

border-color css

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

 span { border-color: rgb(118,112,101); }

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