Html Css Color HEX #765974 Old Lavender

📋 copy color: '#765974'

red 118 ◦ green 89 ◦ blue 116

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

Shades of Old Lavender #765974

Tints of Old Lavender #765974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 36.53%
G = 27.55%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#765974 (or 0x765974) is known color: Old Lavender. HEX triplet: 76, 59 and 74. RGB value is (118,89,116). Sum of RGB (Red+Green+Blue) = 118+89+116=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #765974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765974 is #89A68B. Grayscale: #646464. Windows color (decimal): -9021068 or 7625078. OLE color: 7625078.

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

Color convert

RGB 118 89 116 -
CMYK 0 0.25 0.02 0.54
HSL 304.14º 0.14% 0.41% -
HSV(B) 304.14º 0.25% 0.46% -
XYZ 14.2 12.26 18.14 -
YUV 100.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 118 89 116 0 0.25 0.02 0.54 304.14 0.14 0.41
Hex 76 59 74 0 19 2 36 130 E 29
Octal 166 131 164 0 31 2 66 460 16 51
Binary 1110110 1011001 1110100 0 11001 10 110110 100110000 1110 101001

Color Harmonies of #765974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765974

Black with #765974

Text Example


Text Example

White with #765974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765974; }

 p { color: rgb(118,89,116); }

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

background-color css

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

 a { background-color: rgb(118,89,116); }

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

border-color css

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

 span { border-color: rgb(118,89,116); }

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