Html Css Color HEX #765599 Studio

📋 copy color: '#765599'

red 118 ◦ green 85 ◦ blue 153

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

Shades of Studio #765599

Tints of Studio #765599

RGB

 RED value IS 118 (46.48% from 255) = 33.15%

 GREEN value IS 85 (33.59% from 255) = 23.88%

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

R = 33.15%
G = 23.88%
B = 42.98%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#765599 (or 0x765599) is known color: Studio. HEX triplet: 76, 55 and 99. RGB value is (118,85,153). Sum of RGB (Red+Green+Blue) = 118+85+153=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #765599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765599 is #89AA66. Grayscale: #666666. Windows color (decimal): -9022055 or 10048886. OLE color: 10048886.

HSL color Cylindrical-coordinate representation of color #765599: hue angle of 269.12º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #765599 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 85 153 -
CMYK 0.23 0.44 0 0.4
HSL 269.12º 0.29% 0.47% -
HSV(B) 269.12º 0.44% 0.6% -
XYZ 16.47 12.65 31.71 -
YUV 102.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 118 85 153 0.23 0.44 0 0.4 269.12 0.29 0.47
Hex 76 55 99 17 2C 0 28 10D 1D 2F
Octal 166 125 231 27 54 0 50 415 35 57
Binary 1110110 1010101 10011001 10111 101100 0 101000 100001101 11101 101111

Color Harmonies of #765599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765599

Black with #765599

Text Example


Text Example

White with #765599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765599; }

 p { color: rgb(118,85,153); }

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

background-color css

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

 a { background-color: rgb(118,85,153); }

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

border-color css

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

 span { border-color: rgb(118,85,153); }

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