Html Css Color HEX #775872 Old Lavender

📋 copy color: '#775872'

red 119 ◦ green 88 ◦ blue 114

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

Shades of Old Lavender #775872

Tints of Old Lavender #775872

RGB

 RED value IS 119 (46.88% from 255) = 37.07%

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

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

R = 37.07%
G = 27.41%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#775872 (or 0x775872) is known color: Old Lavender. HEX triplet: 77, 58 and 72. RGB value is (119,88,114). Sum of RGB (Red+Green+Blue) = 119+88+114=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #775872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775872 is #88A78D. Grayscale: #646464. Windows color (decimal): -8955790 or 7493751. OLE color: 7493751.

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

Color convert

RGB 119 88 114 -
CMYK 0 0.26 0.04 0.53
HSL 309.68º 0.15% 0.41% -
HSV(B) 309.68º 0.26% 0.47% -
XYZ 14.13 12.12 17.51 -
YUV 100.23 135.77 141.39 -
System Red Green Blue C M Y K H S L
Decimal 119 88 114 0 0.26 0.04 0.53 309.68 0.15 0.41
Hex 77 58 72 0 1A 4 35 136 F 29
Octal 167 130 162 0 32 4 65 466 17 51
Binary 1110111 1011000 1110010 0 11010 100 110101 100110110 1111 101001

Color Harmonies of #775872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775872

Black with #775872

Text Example


Text Example

White with #775872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775872; }

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

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

background-color css

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

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

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

border-color css

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

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

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