Html Css Color HEX #786274 Old Lavender

📋 copy color: '#786274'

red 120 ◦ green 98 ◦ blue 116

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

Shades of Old Lavender #786274

Tints of Old Lavender #786274

RGB

 RED value IS 120 (47.27% from 255) = 35.93%

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

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

R = 35.93%
G = 29.34%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#786274 (or 0x786274) is known color: Old Lavender. HEX triplet: 78, 62 and 74. RGB value is (120,98,116). Sum of RGB (Red+Green+Blue) = 120+98+116=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 120 - color contains mainly: red. Hex color #786274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786274 is #879D8B. Grayscale: #6A6A6A. Windows color (decimal): -8887692 or 7627384. OLE color: 7627384.

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

Color convert

RGB 120 98 116 -
CMYK 0 0.18 0.03 0.53
HSL 310.91º 0.1% 0.43% -
HSV(B) 310.91º 0.18% 0.47% -
XYZ 15.27 13.99 18.42 -
YUV 106.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 120 98 116 0 0.18 0.03 0.53 310.91 0.1 0.43
Hex 78 62 74 0 12 3 35 137 A 2B
Octal 170 142 164 0 22 3 65 467 12 53
Binary 1111000 1100010 1110100 0 10010 11 110101 100110111 1010 101011

Color Harmonies of #786274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786274

Black with #786274

Text Example


Text Example

White with #786274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786274; }

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

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

background-color css

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

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

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

border-color css

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

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

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