Html Css Color HEX #755F6E Salt Box

📋 copy color: '#755F6E'

red 117 ◦ green 95 ◦ blue 110

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

Shades of Salt Box #755F6E

Tints of Salt Box #755F6E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.5%

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

R = 36.34%
G = 29.5%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#755F6E (or 0x755F6E) is known color: Salt Box. HEX triplet: 75, 5F and 6E. RGB value is (117,95,110). Sum of RGB (Red+Green+Blue) = 117+95+110=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #755F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F6E is #8AA091. Grayscale: #676767. Windows color (decimal): -9085074 or 7233397. OLE color: 7233397.

HSL color Cylindrical-coordinate representation of color #755F6E: hue angle of 319.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #755F6E is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 110 -
CMYK 0 0.19 0.06 0.54
HSL 319.09º 0.1% 0.42% -
HSV(B) 319.09º 0.19% 0.46% -
XYZ 14.24 13.09 16.53 -
YUV 103.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 117 95 110 0 0.19 0.06 0.54 319.09 0.1 0.42
Hex 75 5F 6E 0 13 6 36 13F A 2A
Octal 165 137 156 0 23 6 66 477 12 52
Binary 1110101 1011111 1101110 0 10011 110 110110 100111111 1010 101010

Color Harmonies of #755F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F6E

Black with #755F6E

Text Example


Text Example

White with #755F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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