Html Css Color HEX #766974 Old Lavender

📋 copy color: '#766974'

red 118 ◦ green 105 ◦ blue 116

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

Shades of Old Lavender #766974

Tints of Old Lavender #766974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

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

R = 34.81%
G = 30.97%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#766974 (or 0x766974) is known color: Old Lavender. HEX triplet: 76, 69 and 74. RGB value is (118,105,116). Sum of RGB (Red+Green+Blue) = 118+105+116=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #766974 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766974 is #89968B. Grayscale: #6E6E6E. Windows color (decimal): -9016972 or 7629174. OLE color: 7629174.

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

Color convert

RGB 118 105 116 -
CMYK 0 0.11 0.02 0.54
HSL 309.23º 0.06% 0.44% -
HSV(B) 309.23º 0.11% 0.46% -
XYZ 15.68 15.22 18.63 -
YUV 110.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 118 105 116 0 0.11 0.02 0.54 309.23 0.06 0.44
Hex 76 69 74 0 B 2 36 135 6 2C
Octal 166 151 164 0 13 2 66 465 6 54
Binary 1110110 1101001 1110100 0 1011 10 110110 100110101 110 101100

Color Harmonies of #766974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766974

Black with #766974

Text Example


Text Example

White with #766974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766974; }

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

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

background-color css

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

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

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

border-color css

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

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

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