Html Css Color HEX #775874 Old Lavender

📋 copy color: '#775874'

red 119 ◦ green 88 ◦ blue 116

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

Shades of Old Lavender #775874

Tints of Old Lavender #775874

RGB

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

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

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

R = 36.84%
G = 27.24%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#775874 (or 0x775874) is known color: Old Lavender. HEX triplet: 77, 58 and 74. RGB value is (119,88,116). Sum of RGB (Red+Green+Blue) = 119+88+116=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #775874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775874 is #88A78B. Grayscale: #646464. Windows color (decimal): -8955788 or 7624823. OLE color: 7624823.

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

Color convert

RGB 119 88 116 -
CMYK 0 0.26 0.03 0.53
HSL 305.81º 0.15% 0.41% -
HSV(B) 305.81º 0.26% 0.47% -
XYZ 14.25 12.16 18.12 -
YUV 100.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 119 88 116 0 0.26 0.03 0.53 305.81 0.15 0.41
Hex 77 58 74 0 1A 3 35 132 F 29
Octal 167 130 164 0 32 3 65 462 17 51
Binary 1110111 1011000 1110100 0 11010 11 110101 100110010 1111 101001

Color Harmonies of #775874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775874

Black with #775874

Text Example


Text Example

White with #775874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775874; }

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

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

background-color css

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

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

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

border-color css

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

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

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