Html Css Color HEX #766773 Old Lavender

📋 copy color: '#766773'

red 118 ◦ green 103 ◦ blue 115

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

Shades of Old Lavender #766773

Tints of Old Lavender #766773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 35.12%
G = 30.65%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#766773 (or 0x766773) is known color: Old Lavender. HEX triplet: 76, 67 and 73. RGB value is (118,103,115). Sum of RGB (Red+Green+Blue) = 118+103+115=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #766773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766773 is #89988C. Grayscale: #6C6C6C. Windows color (decimal): -9017485 or 7563126. OLE color: 7563126.

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

Color convert

RGB 118 103 115 -
CMYK 0 0.13 0.03 0.54
HSL 312º 0.07% 0.43% -
HSV(B) 312º 0.13% 0.46% -
XYZ 15.42 14.79 18.26 -
YUV 108.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 118 103 115 0 0.13 0.03 0.54 312 0.07 0.43
Hex 76 67 73 0 D 3 36 138 7 2B
Octal 166 147 163 0 15 3 66 470 7 53
Binary 1110110 1100111 1110011 0 1101 11 110110 100111000 111 101011

Color Harmonies of #766773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766773

Black with #766773

Text Example


Text Example

White with #766773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766773; }

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

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

background-color css

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

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

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

border-color css

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

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

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