Html Css Color HEX #765B73 Old Lavender

📋 copy color: '#765B73'

red 118 ◦ green 91 ◦ blue 115

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

Shades of Old Lavender #765B73

Tints of Old Lavender #765B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.49%

R = 36.42%
G = 28.09%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765B73 (or 0x765B73) is known color: Old Lavender. HEX triplet: 76, 5B and 73. RGB value is (118,91,115). Sum of RGB (Red+Green+Blue) = 118+91+115=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #765B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765B73 is #89A48C. Grayscale: #656565. Windows color (decimal): -9020557 or 7560054. OLE color: 7560054.

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

Color convert

RGB 118 91 115 -
CMYK 0 0.23 0.03 0.54
HSL 306.67º 0.13% 0.41% -
HSV(B) 306.67º 0.23% 0.46% -
XYZ 14.31 12.57 17.89 -
YUV 101.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 118 91 115 0 0.23 0.03 0.54 306.67 0.13 0.41
Hex 76 5B 73 0 17 3 36 133 D 29
Octal 166 133 163 0 27 3 66 463 15 51
Binary 1110110 1011011 1110011 0 10111 11 110110 100110011 1101 101001

Color Harmonies of #765B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B73

Black with #765B73

Text Example


Text Example

White with #765B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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