Html Css Color HEX #765B70 Salt Box

📋 copy color: '#765B70'

red 118 ◦ green 91 ◦ blue 112

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

Shades of Salt Box #765B70

Tints of Salt Box #765B70

RGB

 RED value IS 118 (46.48% from 255) = 36.76%

 GREEN value IS 91 (35.94% from 255) = 28.35%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 36.76%
G = 28.35%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#765B70 (or 0x765B70) is known color: Salt Box. HEX triplet: 76, 5B and 70. RGB value is (118,91,112). Sum of RGB (Red+Green+Blue) = 118+91+112=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #765B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B70 is #89A48F. Grayscale: #656565. Windows color (decimal): -9020560 or 7363446. OLE color: 7363446.

HSL color Cylindrical-coordinate representation of color #765B70: hue angle of 313.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #765B70 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 91 112 -
CMYK 0 0.23 0.05 0.54
HSL 313.33º 0.13% 0.41% -
HSV(B) 313.33º 0.23% 0.46% -
XYZ 14.14 12.5 17 -
YUV 101.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 118 91 112 0 0.23 0.05 0.54 313.33 0.13 0.41
Hex 76 5B 70 0 17 5 36 139 D 29
Octal 166 133 160 0 27 5 66 471 15 51
Binary 1110110 1011011 1110000 0 10111 101 110110 100111001 1101 101001

Color Harmonies of #765B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B70

Black with #765B70

Text Example


Text Example

White with #765B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765B70; }

 p { color: rgb(118,91,112); }

 H1.HeaderClassName
 {
   color: #765B70;
 }
 .AnyTagClassName
 {
   color: #765B70;
 }
</style>

background-color css

<style>
 a { background-color: #765B70; }

 a { background-color: rgb(118,91,112); }

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

border-color css

<style>
 span { border-color: #765B70; }

 span { border-color: rgb(118,91,112); }

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