Html Css Color HEX #786172 Old Lavender

📋 copy color: '#786172'

red 120 ◦ green 97 ◦ blue 114

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

Shades of Old Lavender #786172

Tints of Old Lavender #786172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 36.25%
G = 29.31%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#786172 (or 0x786172) is known color: Old Lavender. HEX triplet: 78, 61 and 72. RGB value is (120,97,114). Sum of RGB (Red+Green+Blue) = 120+97+114=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #786172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786172 is #879E8D. Grayscale: #696969. Windows color (decimal): -8887950 or 7496056. OLE color: 7496056.

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

Color convert

RGB 120 97 114 -
CMYK 0 0.19 0.05 0.53
HSL 315.65º 0.11% 0.43% -
HSV(B) 315.65º 0.19% 0.47% -
XYZ 15.06 13.76 17.78 -
YUV 105.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 120 97 114 0 0.19 0.05 0.53 315.65 0.11 0.43
Hex 78 61 72 0 13 5 35 13C B 2B
Octal 170 141 162 0 23 5 65 474 13 53
Binary 1111000 1100001 1110010 0 10011 101 110101 100111100 1011 101011

Color Harmonies of #786172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786172

Black with #786172

Text Example


Text Example

White with #786172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786172; }

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

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

background-color css

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

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

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

border-color css

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

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

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