Html Css Color HEX #765A75 Old Lavender

📋 copy color: '#765A75'

red 118 ◦ green 90 ◦ blue 117

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

Shades of Old Lavender #765A75

Tints of Old Lavender #765A75

RGB

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

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

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

R = 36.31%
G = 27.69%
B = 36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#765A75 (or 0x765A75) is known color: Old Lavender. HEX triplet: 76, 5A and 75. RGB value is (118,90,117). Sum of RGB (Red+Green+Blue) = 118+90+117=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #765A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A75 is #89A58A. Grayscale: #656565. Windows color (decimal): -9020811 or 7690870. OLE color: 7690870.

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

Color convert

RGB 118 90 117 -
CMYK 0 0.24 0.01 0.54
HSL 302.14º 0.13% 0.41% -
HSV(B) 302.14º 0.24% 0.46% -
XYZ 14.34 12.45 18.48 -
YUV 101.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 118 90 117 0 0.24 0.01 0.54 302.14 0.13 0.41
Hex 76 5A 75 0 18 1 36 12E D 29
Octal 166 132 165 0 30 1 66 456 15 51
Binary 1110110 1011010 1110101 0 11000 1 110110 100101110 1101 101001

Color Harmonies of #765A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A75

Black with #765A75

Text Example


Text Example

White with #765A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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