Html Css Color HEX #775798 Studio

📋 copy color: '#775798'

red 119 ◦ green 87 ◦ blue 152

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

Shades of Studio #775798

Tints of Studio #775798

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.3%

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

R = 33.24%
G = 24.3%
B = 42.46%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#775798 (or 0x775798) is known color: Studio. HEX triplet: 77, 57 and 98. RGB value is (119,87,152). Sum of RGB (Red+Green+Blue) = 119+87+152=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #775798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775798 is #88A867. Grayscale: #676767. Windows color (decimal): -8956008 or 9983863. OLE color: 9983863.

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

Color convert

RGB 119 87 152 -
CMYK 0.22 0.43 0 0.40
HSL 269.54º 0.27% 0.47% -
HSV(B) 269.54º 0.43% 0.6% -
XYZ 16.68 13.01 31.34 -
YUV 103.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 119 87 152 0.22 0.43 0 0.40 269.54 0.27 0.47
Hex 77 57 98 16 2B 0 28 10E 1B 2F
Octal 167 127 230 26 53 0 50 416 33 57
Binary 1110111 1010111 10011000 10110 101011 0 101000 100001110 11011 101111

Color Harmonies of #775798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775798

Black with #775798

Text Example


Text Example

White with #775798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775798; }

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

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

background-color css

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

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

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

border-color css

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

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

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