Html Css Color HEX #766274 Old Lavender

📋 copy color: '#766274'

red 118 ◦ green 98 ◦ blue 116

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

Shades of Old Lavender #766274

Tints of Old Lavender #766274

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.52%

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

R = 35.54%
G = 29.52%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#766274 (or 0x766274) is known color: Old Lavender. HEX triplet: 76, 62 and 74. RGB value is (118,98,116). Sum of RGB (Red+Green+Blue) = 118+98+116=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766274 is #899D8B. Grayscale: #696969. Windows color (decimal): -9018764 or 7627382. OLE color: 7627382.

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

Color convert

RGB 118 98 116 -
CMYK 0 0.17 0.02 0.54
HSL 306º 0.09% 0.42% -
HSV(B) 306º 0.17% 0.46% -
XYZ 14.99 13.85 18.41 -
YUV 106.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 118 98 116 0 0.17 0.02 0.54 306 0.09 0.42
Hex 76 62 74 0 11 2 36 132 9 2A
Octal 166 142 164 0 21 2 66 462 11 52
Binary 1110110 1100010 1110100 0 10001 10 110110 100110010 1001 101010

Color Harmonies of #766274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766274

Black with #766274

Text Example


Text Example

White with #766274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766274; }

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

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

background-color css

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

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

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

border-color css

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

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

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