Html Css Color HEX #765873 Old Lavender

📋 copy color: '#765873'

red 118 ◦ green 88 ◦ blue 115

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

Shades of Old Lavender #765873

Tints of Old Lavender #765873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

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

R = 36.76%
G = 27.41%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#765873 (or 0x765873) is known color: Old Lavender. HEX triplet: 76, 58 and 73. RGB value is (118,88,115). Sum of RGB (Red+Green+Blue) = 118+88+115=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #765873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765873 is #89A78C. Grayscale: #636363. Windows color (decimal): -9021325 or 7559286. OLE color: 7559286.

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

Color convert

RGB 118 88 115 -
CMYK 0 0.25 0.03 0.54
HSL 306º 0.15% 0.4% -
HSV(B) 306º 0.25% 0.46% -
XYZ 14.06 12.07 17.81 -
YUV 100.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 118 88 115 0 0.25 0.03 0.54 306 0.15 0.4
Hex 76 58 73 0 19 3 36 132 F 28
Octal 166 130 163 0 31 3 66 462 17 50
Binary 1110110 1011000 1110011 0 11001 11 110110 100110010 1111 101000

Color Harmonies of #765873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765873

Black with #765873

Text Example


Text Example

White with #765873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765873; }

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

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

background-color css

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

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

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

border-color css

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

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

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