Html Css Color HEX #75626E Salt Box

📋 copy color: '#75626E'

red 117 ◦ green 98 ◦ blue 110

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

Shades of Salt Box #75626E

Tints of Salt Box #75626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.15%

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

R = 36%
G = 30.15%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#75626E (or 0x75626E) is known color: Salt Box. HEX triplet: 75, 62 and 6E. RGB value is (117,98,110). Sum of RGB (Red+Green+Blue) = 117+98+110=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #75626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75626E is #8A9D91. Grayscale: #696969. Windows color (decimal): -9084306 or 7234165. OLE color: 7234165.

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

Color convert

RGB 117 98 110 -
CMYK 0 0.16 0.06 0.54
HSL 322.11º 0.09% 0.42% -
HSV(B) 322.11º 0.16% 0.46% -
XYZ 14.52 13.64 16.62 -
YUV 105.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 117 98 110 0 0.16 0.06 0.54 322.11 0.09 0.42
Hex 75 62 6E 0 10 6 36 142 9 2A
Octal 165 142 156 0 20 6 66 502 11 52
Binary 1110101 1100010 1101110 0 10000 110 110110 101000010 1001 101010

Color Harmonies of #75626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75626E

Black with #75626E

Text Example


Text Example

White with #75626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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