Html Css Color HEX #775975 Old Lavender

📋 copy color: '#775975'

red 119 ◦ green 89 ◦ blue 117

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

Shades of Old Lavender #775975

Tints of Old Lavender #775975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 117 (46.09% from 255) = 36%

R = 36.62%
G = 27.38%
B = 36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#775975 (or 0x775975) is known color: Old Lavender. HEX triplet: 77, 59 and 75. RGB value is (119,89,117). Sum of RGB (Red+Green+Blue) = 119+89+117=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #775975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775975 is #88A68A. Grayscale: #656565. Windows color (decimal): -8955531 or 7690615. OLE color: 7690615.

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

Color convert

RGB 119 89 117 -
CMYK 0 0.25 0.02 0.53
HSL 304º 0.14% 0.41% -
HSV(B) 304º 0.25% 0.47% -
XYZ 14.39 12.35 18.46 -
YUV 101.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 119 89 117 0 0.25 0.02 0.53 304 0.14 0.41
Hex 77 59 75 0 19 2 35 130 E 29
Octal 167 131 165 0 31 2 65 460 16 51
Binary 1110111 1011001 1110101 0 11001 10 110101 100110000 1110 101001

Color Harmonies of #775975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775975

Black with #775975

Text Example


Text Example

White with #775975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775975; }

 p { color: rgb(119,89,117); }

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

background-color css

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

 a { background-color: rgb(119,89,117); }

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

border-color css

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

 span { border-color: rgb(119,89,117); }

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