Html Css Color HEX #765A6E Salt Box

📋 copy color: '#765A6E'

red 118 ◦ green 90 ◦ blue 110

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

Shades of Salt Box #765A6E

Tints of Salt Box #765A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.3%

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

R = 37.11%
G = 28.3%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#765A6E (or 0x765A6E) is known color: Salt Box. HEX triplet: 76, 5A and 6E. RGB value is (118,90,110). Sum of RGB (Red+Green+Blue) = 118+90+110=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #765A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A6E is #89A591. Grayscale: #646464. Windows color (decimal): -9020818 or 7232118. OLE color: 7232118.

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

Color convert

RGB 118 90 110 -
CMYK 0 0.24 0.07 0.54
HSL 317.14º 0.13% 0.41% -
HSV(B) 317.14º 0.24% 0.46% -
XYZ 13.94 12.29 16.39 -
YUV 100.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 118 90 110 0 0.24 0.07 0.54 317.14 0.13 0.41
Hex 76 5A 6E 0 18 7 36 13D D 29
Octal 166 132 156 0 30 7 66 475 15 51
Binary 1110110 1011010 1101110 0 11000 111 110110 100111101 1101 101001

Color Harmonies of #765A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A6E

Black with #765A6E

Text Example


Text Example

White with #765A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,90,110); }

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

background-color css

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

 a { background-color: rgb(118,90,110); }

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

border-color css

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

 span { border-color: rgb(118,90,110); }

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