Html Css Color HEX #765874 Old Lavender

📋 copy color: '#765874'

red 118 ◦ green 88 ◦ blue 116

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

Shades of Old Lavender #765874

Tints of Old Lavender #765874

RGB

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

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

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

R = 36.65%
G = 27.33%
B = 36.02%

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

#765874 (or 0x765874) is known color: Old Lavender. HEX triplet: 76, 58 and 74. RGB value is (118,88,116). Sum of RGB (Red+Green+Blue) = 118+88+116=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #765874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765874 is #89A78B. Grayscale: #646464. Windows color (decimal): -9021324 or 7624822. OLE color: 7624822.

HSL color Cylindrical-coordinate representation of color #765874: hue angle of 304º 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 #765874 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 116 -
CMYK 0 0.25 0.02 0.54
HSL 304º 0.15% 0.4% -
HSV(B) 304º 0.25% 0.46% -
XYZ 14.11 12.09 18.11 -
YUV 100.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 118 88 116 0 0.25 0.02 0.54 304 0.15 0.4
Hex 76 58 74 0 19 2 36 130 F 28
Octal 166 130 164 0 31 2 66 460 17 50
Binary 1110110 1011000 1110100 0 11001 10 110110 100110000 1111 101000

Color Harmonies of #765874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765874

Black with #765874

Text Example


Text Example

White with #765874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765874; }

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

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

background-color css

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

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

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

border-color css

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

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

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