Html Css Color HEX #75695C Sandstone

📋 copy color: '#75695C'

red 117 ◦ green 105 ◦ blue 92

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

Shades of Sandstone #75695C

Tints of Sandstone #75695C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 37.26%
G = 33.44%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75695C (or 0x75695C) is known color: Sandstone. HEX triplet: 75, 69 and 5C. RGB value is (117,105,92). Sum of RGB (Red+Green+Blue) = 117+105+92=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75695C is #8A96A3. Grayscale: #6B6B6B. Windows color (decimal): -9082532 or 6056309. OLE color: 6056309.

HSL color Cylindrical-coordinate representation of color #75695C: hue angle of 31.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75695C is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 105 92 -
CMYK 0 0.10 0.21 0.54
HSL 31.2º 0.12% 0.41% -
HSV(B) 31.2º 0.21% 0.46% -
XYZ 14.32 14.66 12.2 -
YUV 107.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 117 105 92 0 0.10 0.21 0.54 31.2 0.12 0.41
Hex 75 69 5C 0 A 15 36 1F C 29
Octal 165 151 134 0 12 25 66 37 14 51
Binary 1110101 1101001 1011100 0 1010 10101 110110 11111 1100 101001

Color Harmonies of #75695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75695C

Black with #75695C

Text Example


Text Example

White with #75695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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