#786277

Color #786277 Old Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Lavender #786277

Tints of Old Lavender #786277

Color information

#786277 (or 0x786277) is unknown color: approx Old Lavender. HEX triplet: 78, 62 and 77. RGB value is (120,98,119). Sum of RGB (Red+Green+Blue) = 120+98+119=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786277 is #879D88. Grayscale: #6A6A6A. Windows color (decimal): -8887689 or 7823992. OLE color: 7823992.

HSL color Cylindrical-coordinate representation of color #786277: hue angle of 302.73º 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 #786277 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB12098119-
CMYK00.180.010.53
HSL302.73º10.09%42.75%-
HSV(B)302.73º18.33%47.06%-
XYZ15.4414.0619.35-
YUV106.97134.79137.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=35.61%
G=29.08%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209811900.180.010.53302.7310.0942.75
Hex78627701213512fa2b
Octal1701421670221654571253
Binary11110001100010111011101001011101011001011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786277; }

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

 H1.HeaderClassName
 {
   color: #786277;
 }
 .AnyTagClassName
 {
   color: #786277;
 }
</style>
background-color css

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

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

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

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

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

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