Html Css Color HEX #775898 Studio

📋 copy color: '#775898'

red 119 ◦ green 88 ◦ blue 152

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

Shades of Studio #775898

Tints of Studio #775898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 33.15%
G = 24.51%
B = 42.34%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#775898 (or 0x775898) is known color: Studio. HEX triplet: 77, 58 and 98. RGB value is (119,88,152). Sum of RGB (Red+Green+Blue) = 119+88+152=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 152 - color contains mainly: blue. Hex color #775898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775898 is #88A767. Grayscale: #686868. Windows color (decimal): -8955752 or 9984119. OLE color: 9984119.

HSL color Cylindrical-coordinate representation of color #775898: hue angle of 269.06º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775898 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 88 152 -
CMYK 0.22 0.42 0 0.40
HSL 269.06º 0.27% 0.47% -
HSV(B) 269.06º 0.42% 0.6% -
XYZ 16.76 13.17 31.36 -
YUV 104.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 119 88 152 0.22 0.42 0 0.40 269.06 0.27 0.47
Hex 77 58 98 16 2A 0 28 10D 1B 2F
Octal 167 130 230 26 52 0 50 415 33 57
Binary 1110111 1011000 10011000 10110 101010 0 101000 100001101 11011 101111

Color Harmonies of #775898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775898

Black with #775898

Text Example


Text Example

White with #775898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775898; }

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

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

background-color css

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

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

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

border-color css

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

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

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