Html Css Color HEX #75716A Sandstone

📋 copy color: '#75716A'

red 117 ◦ green 113 ◦ blue 106

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

Shades of Sandstone #75716A

Tints of Sandstone #75716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

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

R = 34.82%
G = 33.63%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75716A (or 0x75716A) is known color: Sandstone. HEX triplet: 75, 71 and 6A. RGB value is (117,113,106). Sum of RGB (Red+Green+Blue) = 117+113+106=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #75716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75716A is #8A8E95. Grayscale: #717171. Windows color (decimal): -9080470 or 6975861. OLE color: 6975861.

HSL color Cylindrical-coordinate representation of color #75716A: hue angle of 38.18º 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 #75716A is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 113 106 -
CMYK 0 0.03 0.09 0.54
HSL 38.18º 0.05% 0.44% -
HSV(B) 38.18º 0.09% 0.46% -
XYZ 15.84 16.63 16.01 -
YUV 113.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 117 113 106 0 0.03 0.09 0.54 38.18 0.05 0.44
Hex 75 71 6A 0 3 9 36 26 5 2C
Octal 165 161 152 0 3 11 66 46 5 54
Binary 1110101 1110001 1101010 0 11 1001 110110 100110 101 101100

Color Harmonies of #75716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75716A

Black with #75716A

Text Example


Text Example

White with #75716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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