Html Css Color HEX #766774 Old Lavender

📋 copy color: '#766774'

red 118 ◦ green 103 ◦ blue 116

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

Shades of Old Lavender #766774

Tints of Old Lavender #766774

RGB

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

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

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

R = 35.01%
G = 30.56%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#766774 (or 0x766774) is known color: Old Lavender. HEX triplet: 76, 67 and 74. RGB value is (118,103,116). Sum of RGB (Red+Green+Blue) = 118+103+116=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #766774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766774 is #89988B. Grayscale: #6C6C6C. Windows color (decimal): -9017484 or 7628662. OLE color: 7628662.

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

Color convert

RGB 118 103 116 -
CMYK 0 0.13 0.02 0.54
HSL 308º 0.07% 0.43% -
HSV(B) 308º 0.13% 0.46% -
XYZ 15.47 14.81 18.57 -
YUV 108.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 118 103 116 0 0.13 0.02 0.54 308 0.07 0.43
Hex 76 67 74 0 D 2 36 134 7 2B
Octal 166 147 164 0 15 2 66 464 7 53
Binary 1110110 1100111 1110100 0 1101 10 110110 100110100 111 101011

Color Harmonies of #766774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766774

Black with #766774

Text Example


Text Example

White with #766774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766774; }

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

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

background-color css

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

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

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

border-color css

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

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

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