Html Css Color HEX #765A6C Salt Box

📋 copy color: '#765A6C'

red 118 ◦ green 90 ◦ blue 108

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

Shades of Salt Box #765A6C

Tints of Salt Box #765A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 37.34%
G = 28.48%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#765A6C (or 0x765A6C) is known color: Salt Box. HEX triplet: 76, 5A and 6C. RGB value is (118,90,108). Sum of RGB (Red+Green+Blue) = 118+90+108=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #765A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A6C is #89A593. Grayscale: #646464. Windows color (decimal): -9020820 or 7101046. OLE color: 7101046.

HSL color Cylindrical-coordinate representation of color #765A6C: hue angle of 321.43º 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 #765A6C is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 90 108 -
CMYK 0 0.24 0.08 0.54
HSL 321.43º 0.13% 0.41% -
HSV(B) 321.43º 0.24% 0.46% -
XYZ 13.83 12.25 15.82 -
YUV 100.42 132.28 140.54 -
System Red Green Blue C M Y K H S L
Decimal 118 90 108 0 0.24 0.08 0.54 321.43 0.13 0.41
Hex 76 5A 6C 0 18 8 36 141 D 29
Octal 166 132 154 0 30 10 66 501 15 51
Binary 1110110 1011010 1101100 0 11000 1000 110110 101000001 1101 101001

Color Harmonies of #765A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A6C

Black with #765A6C

Text Example


Text Example

White with #765A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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