Html Css Color HEX #775297 Studio

📋 copy color: '#775297'

red 119 ◦ green 82 ◦ blue 151

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

Shades of Studio #775297

Tints of Studio #775297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 33.81%
G = 23.3%
B = 42.9%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#775297 (or 0x775297) is known color: Studio. HEX triplet: 77, 52 and 97. RGB value is (119,82,151). Sum of RGB (Red+Green+Blue) = 119+82+151=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 151 - color contains mainly: blue. Hex color #775297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775297 is #88AD68. Grayscale: #646464. Windows color (decimal): -8957289 or 9917047. OLE color: 9917047.

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

Color convert

RGB 119 82 151 -
CMYK 0.21 0.46 0 0.41
HSL 272.17º 0.3% 0.46% -
HSV(B) 272.17º 0.46% 0.59% -
XYZ 16.21 12.19 30.78 -
YUV 100.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 119 82 151 0.21 0.46 0 0.41 272.17 0.3 0.46
Hex 77 52 97 15 2E 0 29 110 1E 2E
Octal 167 122 227 25 56 0 51 420 36 56
Binary 1110111 1010010 10010111 10101 101110 0 101001 100010000 11110 101110

Color Harmonies of #775297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775297

Black with #775297

Text Example


Text Example

White with #775297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775297; }

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

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

background-color css

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

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

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

border-color css

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

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

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