Html Css Color HEX #765D73 Old Lavender

📋 copy color: '#765D73'

red 118 ◦ green 93 ◦ blue 115

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

Shades of Old Lavender #765D73

Tints of Old Lavender #765D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.53%

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

R = 36.2%
G = 28.53%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765D73 (or 0x765D73) is known color: Old Lavender. HEX triplet: 76, 5D and 73. RGB value is (118,93,115). Sum of RGB (Red+Green+Blue) = 118+93+115=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #765D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D73 is #89A28C. Grayscale: #666666. Windows color (decimal): -9020045 or 7560566. OLE color: 7560566.

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

Color convert

RGB 118 93 115 -
CMYK 0 0.21 0.03 0.54
HSL 307.2º 0.12% 0.41% -
HSV(B) 307.2º 0.21% 0.46% -
XYZ 14.48 12.92 17.95 -
YUV 102.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 118 93 115 0 0.21 0.03 0.54 307.2 0.12 0.41
Hex 76 5D 73 0 15 3 36 133 C 29
Octal 166 135 163 0 25 3 66 463 14 51
Binary 1110110 1011101 1110011 0 10101 11 110110 100110011 1100 101001

Color Harmonies of #765D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D73

Black with #765D73

Text Example


Text Example

White with #765D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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