Html Css Color HEX #765C73 Old Lavender

📋 copy color: '#765C73'

red 118 ◦ green 92 ◦ blue 115

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

Shades of Old Lavender #765C73

Tints of Old Lavender #765C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.31%

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

R = 36.31%
G = 28.31%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765C73 (or 0x765C73) is known color: Old Lavender. HEX triplet: 76, 5C and 73. RGB value is (118,92,115). Sum of RGB (Red+Green+Blue) = 118+92+115=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 118 - color contains mainly: red. Hex color #765C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C73 is #89A38C. Grayscale: #666666. Windows color (decimal): -9020301 or 7560310. OLE color: 7560310.

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

Color convert

RGB 118 92 115 -
CMYK 0 0.22 0.03 0.54
HSL 306.92º 0.12% 0.41% -
HSV(B) 306.92º 0.22% 0.46% -
XYZ 14.39 12.74 17.92 -
YUV 102.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 118 92 115 0 0.22 0.03 0.54 306.92 0.12 0.41
Hex 76 5C 73 0 16 3 36 133 C 29
Octal 166 134 163 0 26 3 66 463 14 51
Binary 1110110 1011100 1110011 0 10110 11 110110 100110011 1100 101001

Color Harmonies of #765C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C73

Black with #765C73

Text Example


Text Example

White with #765C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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