Html Css Color HEX #766874 Old Lavender

📋 copy color: '#766874'

red 118 ◦ green 104 ◦ blue 116

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

Shades of Old Lavender #766874

Tints of Old Lavender #766874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

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

R = 34.91%
G = 30.77%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#766874 (or 0x766874) is known color: Old Lavender. HEX triplet: 76, 68 and 74. RGB value is (118,104,116). Sum of RGB (Red+Green+Blue) = 118+104+116=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #766874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766874 is #89978B. Grayscale: #6D6D6D. Windows color (decimal): -9017228 or 7628918. OLE color: 7628918.

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

Color convert

RGB 118 104 116 -
CMYK 0 0.12 0.02 0.54
HSL 308.57º 0.06% 0.44% -
HSV(B) 308.57º 0.12% 0.46% -
XYZ 15.57 15.01 18.6 -
YUV 109.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 118 104 116 0 0.12 0.02 0.54 308.57 0.06 0.44
Hex 76 68 74 0 C 2 36 135 6 2C
Octal 166 150 164 0 14 2 66 465 6 54
Binary 1110110 1101000 1110100 0 1100 10 110110 100110101 110 101100

Color Harmonies of #766874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766874

Black with #766874

Text Example


Text Example

White with #766874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766874; }

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

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

background-color css

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

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

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

border-color css

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

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

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