Html Css Color HEX #75706A Sandstone

📋 copy color: '#75706A'

red 117 ◦ green 112 ◦ blue 106

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

Shades of Sandstone #75706A

Tints of Sandstone #75706A

RGB

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

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

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

R = 34.93%
G = 33.43%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75706A (or 0x75706A) is known color: Sandstone. HEX triplet: 75, 70 and 6A. RGB value is (117,112,106). Sum of RGB (Red+Green+Blue) = 117+112+106=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #75706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75706A is #8A8F95. Grayscale: #707070. Windows color (decimal): -9080726 or 6975605. OLE color: 6975605.

HSL color Cylindrical-coordinate representation of color #75706A: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #75706A is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 112 106 -
CMYK 0 0.04 0.09 0.54
HSL 32.73º 0.05% 0.44% -
HSV(B) 32.73º 0.09% 0.46% -
XYZ 15.73 16.41 15.97 -
YUV 112.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 117 112 106 0 0.04 0.09 0.54 32.73 0.05 0.44
Hex 75 70 6A 0 4 9 36 21 5 2C
Octal 165 160 152 0 4 11 66 41 5 54
Binary 1110101 1110000 1101010 0 100 1001 110110 100001 101 101100

Color Harmonies of #75706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75706A

Black with #75706A

Text Example


Text Example

White with #75706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75706A; }

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

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

background-color css

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

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

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

border-color css

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

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

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