Html Css Color HEX #765773 Old Lavender

📋 copy color: '#765773'

red 118 ◦ green 87 ◦ blue 115

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

Shades of Old Lavender #765773

Tints of Old Lavender #765773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

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

R = 36.88%
G = 27.19%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765773 (or 0x765773) is known color: Old Lavender. HEX triplet: 76, 57 and 73. RGB value is (118,87,115). Sum of RGB (Red+Green+Blue) = 118+87+115=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #765773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765773 is #89A88C. Grayscale: #636363. Windows color (decimal): -9021581 or 7559030. OLE color: 7559030.

HSL color Cylindrical-coordinate representation of color #765773: hue angle of 305.81º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #765773 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 87 115 -
CMYK 0 0.26 0.03 0.54
HSL 305.81º 0.15% 0.4% -
HSV(B) 305.81º 0.26% 0.46% -
XYZ 13.97 11.91 17.78 -
YUV 99.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 118 87 115 0 0.26 0.03 0.54 305.81 0.15 0.4
Hex 76 57 73 0 1A 3 36 132 F 28
Octal 166 127 163 0 32 3 66 462 17 50
Binary 1110110 1010111 1110011 0 11010 11 110110 100110010 1111 101000

Color Harmonies of #765773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765773

Black with #765773

Text Example


Text Example

White with #765773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765773; }

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

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

background-color css

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

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

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

border-color css

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

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

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