Html Css Color HEX #775597 Studio

📋 copy color: '#775597'

red 119 ◦ green 85 ◦ blue 151

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

Shades of Studio #775597

Tints of Studio #775597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 151 (59.38% from 255) = 42.54%

R = 33.52%
G = 23.94%
B = 42.54%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#775597 (or 0x775597) is known color: Studio. HEX triplet: 77, 55 and 97. RGB value is (119,85,151). Sum of RGB (Red+Green+Blue) = 119+85+151=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #775597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775597 is #88AA68. Grayscale: #666666. Windows color (decimal): -8956521 or 9917815. OLE color: 9917815.

HSL color Cylindrical-coordinate representation of color #775597: hue angle of 270.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #775597 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 85 151 -
CMYK 0.21 0.44 0 0.41
HSL 270.91º 0.28% 0.46% -
HSV(B) 270.91º 0.44% 0.59% -
XYZ 16.44 12.65 30.85 -
YUV 102.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 119 85 151 0.21 0.44 0 0.41 270.91 0.28 0.46
Hex 77 55 97 15 2C 0 29 10F 1C 2E
Octal 167 125 227 25 54 0 51 417 34 56
Binary 1110111 1010101 10010111 10101 101100 0 101001 100001111 11100 101110

Color Harmonies of #775597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775597

Black with #775597

Text Example


Text Example

White with #775597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775597; }

 p { color: rgb(119,85,151); }

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

background-color css

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

 a { background-color: rgb(119,85,151); }

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

border-color css

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

 span { border-color: rgb(119,85,151); }

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