Html Css Color HEX #766875 Old Lavender

📋 copy color: '#766875'

red 118 ◦ green 104 ◦ blue 117

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

Shades of Old Lavender #766875

Tints of Old Lavender #766875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.51%

R = 34.81%
G = 30.68%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#766875 (or 0x766875) is known color: Old Lavender. HEX triplet: 76, 68 and 75. RGB value is (118,104,117). Sum of RGB (Red+Green+Blue) = 118+104+117=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #766875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766875 is #89978A. Grayscale: #6D6D6D. Windows color (decimal): -9017227 or 7694454. OLE color: 7694454.

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

Color convert

RGB 118 104 117 -
CMYK 0 0.12 0.01 0.54
HSL 304.29º 0.06% 0.44% -
HSV(B) 304.29º 0.12% 0.46% -
XYZ 15.63 15.04 18.91 -
YUV 109.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 118 104 117 0 0.12 0.01 0.54 304.29 0.06 0.44
Hex 76 68 75 0 C 1 36 130 6 2C
Octal 166 150 165 0 14 1 66 460 6 54
Binary 1110110 1101000 1110101 0 1100 1 110110 100110000 110 101100

Color Harmonies of #766875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766875

Black with #766875

Text Example


Text Example

White with #766875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766875; }

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

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

background-color css

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

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

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

border-color css

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

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

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