Html Css Color HEX #766174 Old Lavender

📋 copy color: '#766174'

red 118 ◦ green 97 ◦ blue 116

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

Shades of Old Lavender #766174

Tints of Old Lavender #766174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 35.65%
G = 29.31%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#766174 (or 0x766174) is known color: Old Lavender. HEX triplet: 76, 61 and 74. RGB value is (118,97,116). Sum of RGB (Red+Green+Blue) = 118+97+116=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766174 is #899E8B. Grayscale: #696969. Windows color (decimal): -9019020 or 7627126. OLE color: 7627126.

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

Color convert

RGB 118 97 116 -
CMYK 0 0.18 0.02 0.54
HSL 305.71º 0.1% 0.42% -
HSV(B) 305.71º 0.18% 0.46% -
XYZ 14.9 13.66 18.37 -
YUV 105.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 118 97 116 0 0.18 0.02 0.54 305.71 0.1 0.42
Hex 76 61 74 0 12 2 36 132 A 2A
Octal 166 141 164 0 22 2 66 462 12 52
Binary 1110110 1100001 1110100 0 10010 10 110110 100110010 1010 101010

Color Harmonies of #766174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766174

Black with #766174

Text Example


Text Example

White with #766174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766174; }

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

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

background-color css

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

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

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

border-color css

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

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

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