Html Css Color HEX #75716E Sandstone

📋 copy color: '#75716E'

red 117 ◦ green 113 ◦ blue 110

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

Shades of Sandstone #75716E

Tints of Sandstone #75716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 34.41%
G = 33.24%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75716E (or 0x75716E) is known color: Sandstone. HEX triplet: 75, 71 and 6E. RGB value is (117,113,110). Sum of RGB (Red+Green+Blue) = 117+113+110=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 117 - color contains mainly: red. Hex color #75716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75716E is #8A8E91. Grayscale: #717171. Windows color (decimal): -9080466 or 7238005. OLE color: 7238005.

HSL color Cylindrical-coordinate representation of color #75716E: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #75716E is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 113 110 -
CMYK 0 0.03 0.06 0.54
HSL 25.71º 0.03% 0.45% -
HSV(B) 25.71º 0.06% 0.46% -
XYZ 16.06 16.72 17.13 -
YUV 113.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 117 113 110 0 0.03 0.06 0.54 25.71 0.03 0.45
Hex 75 71 6E 0 3 6 36 1A 3 2D
Octal 165 161 156 0 3 6 66 32 3 55
Binary 1110101 1110001 1101110 0 11 110 110110 11010 11 101101

Color Harmonies of #75716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75716E

Black with #75716E

Text Example


Text Example

White with #75716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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