Html Css Color HEX #757069 Sandstone

📋 copy color: '#757069'

red 117 ◦ green 112 ◦ blue 105

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

Shades of Sandstone #757069

Tints of Sandstone #757069

RGB

 RED value IS 117 (46.09% from 255) = 35.03%

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

 BLUE value IS 105 (41.41% from 255) = 31.44%

R = 35.03%
G = 33.53%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#757069 (or 0x757069) is known color: Sandstone. HEX triplet: 75, 70 and 69. RGB value is (117,112,105). Sum of RGB (Red+Green+Blue) = 117+112+105=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #757069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757069 is #8A8F96. Grayscale: #707070. Windows color (decimal): -9080727 or 6910069. OLE color: 6910069.

HSL color Cylindrical-coordinate representation of color #757069: hue angle of 35º 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 #757069 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 105 -
CMYK 0 0.04 0.10 0.54
HSL 35º 0.05% 0.44% -
HSV(B) 35º 0.1% 0.46% -
XYZ 15.68 16.39 15.7 -
YUV 112.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 117 112 105 0 0.04 0.10 0.54 35 0.05 0.44
Hex 75 70 69 0 4 A 36 23 5 2C
Octal 165 160 151 0 4 12 66 43 5 54
Binary 1110101 1110000 1101001 0 100 1010 110110 100011 101 101100

Color Harmonies of #757069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757069

Black with #757069

Text Example


Text Example

White with #757069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757069; }

 p { color: rgb(117,112,105); }

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

background-color css

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

 a { background-color: rgb(117,112,105); }

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

border-color css

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

 span { border-color: rgb(117,112,105); }

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