Html Css Color HEX #785872 Old Lavender

📋 copy color: '#785872'

red 120 ◦ green 88 ◦ blue 114

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

Shades of Old Lavender #785872

Tints of Old Lavender #785872

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.33%

 BLUE value IS 114 (44.92% from 255) = 35.4%

R = 37.27%
G = 27.33%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#785872 (or 0x785872) is known color: Old Lavender. HEX triplet: 78, 58 and 72. RGB value is (120,88,114). Sum of RGB (Red+Green+Blue) = 120+88+114=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #785872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785872 is #87A78D. Grayscale: #646464. Windows color (decimal): -8890254 or 7493752. OLE color: 7493752.

HSL color Cylindrical-coordinate representation of color #785872: hue angle of 311.25º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785872 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 88 114 -
CMYK 0 0.27 0.05 0.53
HSL 311.25º 0.15% 0.41% -
HSV(B) 311.25º 0.27% 0.47% -
XYZ 14.27 12.19 17.52 -
YUV 100.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 120 88 114 0 0.27 0.05 0.53 311.25 0.15 0.41
Hex 78 58 72 0 1B 5 35 137 F 29
Octal 170 130 162 0 33 5 65 467 17 51
Binary 1111000 1011000 1110010 0 11011 101 110101 100110111 1111 101001

Color Harmonies of #785872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785872

Black with #785872

Text Example


Text Example

White with #785872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785872; }

 p { color: rgb(120,88,114); }

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

background-color css

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

 a { background-color: rgb(120,88,114); }

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

border-color css

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

 span { border-color: rgb(120,88,114); }

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