Html Css Color HEX #755999 Studio

📋 copy color: '#755999'

red 117 ◦ green 89 ◦ blue 153

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

Shades of Studio #755999

Tints of Studio #755999

RGB

 RED value IS 117 (46.09% from 255) = 32.59%

 GREEN value IS 89 (35.16% from 255) = 24.79%

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 32.59%
G = 24.79%
B = 42.62%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#755999 (or 0x755999) is known color: Studio. HEX triplet: 75, 59 and 99. RGB value is (117,89,153). Sum of RGB (Red+Green+Blue) = 117+89+153=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #755999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755999 is #8AA666. Grayscale: #686868. Windows color (decimal): -9086567 or 10049909. OLE color: 10049909.

HSL color Cylindrical-coordinate representation of color #755999: hue angle of 266.25º degrees, saturation: 0.26, 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 #755999 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 89 153 -
CMYK 0.24 0.42 0 0.4
HSL 266.25º 0.26% 0.47% -
HSV(B) 266.25º 0.42% 0.6% -
XYZ 16.66 13.23 31.81 -
YUV 104.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 117 89 153 0.24 0.42 0 0.4 266.25 0.26 0.47
Hex 75 59 99 18 2A 0 28 10A 1A 2F
Octal 165 131 231 30 52 0 50 412 32 57
Binary 1110101 1011001 10011001 11000 101010 0 101000 100001010 11010 101111

Color Harmonies of #755999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755999

Black with #755999

Text Example


Text Example

White with #755999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755999; }

 p { color: rgb(117,89,153); }

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

background-color css

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

 a { background-color: rgb(117,89,153); }

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

border-color css

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

 span { border-color: rgb(117,89,153); }

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