Html Css Color HEX #775098 Studio

📋 copy color: '#775098'

red 119 ◦ green 80 ◦ blue 152

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

Shades of Studio #775098

Tints of Studio #775098

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

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

R = 33.9%
G = 22.79%
B = 43.3%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#775098 (or 0x775098) is known color: Studio. HEX triplet: 77, 50 and 98. RGB value is (119,80,152). Sum of RGB (Red+Green+Blue) = 119+80+152=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #775098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775098 is #88AF67. Grayscale: #636363. Windows color (decimal): -8957800 or 9982071. OLE color: 9982071.

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

Color convert

RGB 119 80 152 -
CMYK 0.22 0.47 0 0.40
HSL 272.5º 0.31% 0.45% -
HSV(B) 272.5º 0.47% 0.6% -
XYZ 16.14 11.93 31.16 -
YUV 99.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 119 80 152 0.22 0.47 0 0.40 272.5 0.31 0.45
Hex 77 50 98 16 2F 0 28 110 1F 2D
Octal 167 120 230 26 57 0 50 420 37 55
Binary 1110111 1010000 10011000 10110 101111 0 101000 100010000 11111 101101

Color Harmonies of #775098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775098

Black with #775098

Text Example


Text Example

White with #775098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775098; }

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

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

background-color css

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

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

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

border-color css

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

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

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