Html Css Color HEX #766277 Old Lavender

📋 copy color: '#766277'

red 118 ◦ green 98 ◦ blue 119

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

Shades of Old Lavender #766277

Tints of Old Lavender #766277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 35.22%
G = 29.25%
B = 35.52%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#766277 (or 0x766277) is known color: Old Lavender. HEX triplet: 76, 62 and 77. RGB value is (118,98,119). Sum of RGB (Red+Green+Blue) = 118+98+119=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 119 - color contains mainly: blue. Hex color #766277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766277 is #899D88. Grayscale: #6A6A6A. Windows color (decimal): -9018761 or 7823990. OLE color: 7823990.

HSL color Cylindrical-coordinate representation of color #766277: hue angle of 297.14º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766277 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 98 119 -
CMYK 0.01 0.18 0 0.53
HSL 297.14º 0.1% 0.43% -
HSV(B) 297.14º 0.18% 0.47% -
XYZ 15.17 13.92 19.34 -
YUV 106.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 118 98 119 0.01 0.18 0 0.53 297.14 0.1 0.43
Hex 76 62 77 1 12 0 35 129 A 2B
Octal 166 142 167 1 22 0 65 451 12 53
Binary 1110110 1100010 1110111 1 10010 0 110101 100101001 1010 101011

Color Harmonies of #766277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766277

Black with #766277

Text Example


Text Example

White with #766277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766277; }

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

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

background-color css

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

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

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

border-color css

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

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

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