Html Css Color HEX #75626F Salt Box

📋 copy color: '#75626F'

red 117 ◦ green 98 ◦ blue 111

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

Shades of Salt Box #75626F

Tints of Salt Box #75626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 35.89%
G = 30.06%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#75626F (or 0x75626F) is known color: Salt Box. HEX triplet: 75, 62 and 6F. RGB value is (117,98,111). Sum of RGB (Red+Green+Blue) = 117+98+111=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 117 - color contains mainly: red. Hex color #75626F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75626F is #8A9D90. Grayscale: #696969. Windows color (decimal): -9084305 or 7299701. OLE color: 7299701.

HSL color Cylindrical-coordinate representation of color #75626F: hue angle of 318.95º 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 #75626F is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 111 -
CMYK 0 0.16 0.05 0.54
HSL 318.95º 0.09% 0.42% -
HSV(B) 318.95º 0.16% 0.46% -
XYZ 14.57 13.66 16.91 -
YUV 105.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 117 98 111 0 0.16 0.05 0.54 318.95 0.09 0.42
Hex 75 62 6F 0 10 5 36 13F 9 2A
Octal 165 142 157 0 20 5 66 477 11 52
Binary 1110101 1100010 1101111 0 10000 101 110110 100111111 1001 101010

Color Harmonies of #75626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75626F

Black with #75626F

Text Example


Text Example

White with #75626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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