Html Css Color HEX #765099 Studio

📋 copy color: '#765099'

red 118 ◦ green 80 ◦ blue 153

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

Shades of Studio #765099

Tints of Studio #765099

RGB

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

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

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

R = 33.62%
G = 22.79%
B = 43.59%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#765099 (or 0x765099) is known color: Studio. HEX triplet: 76, 50 and 99. RGB value is (118,80,153). Sum of RGB (Red+Green+Blue) = 118+80+153=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #765099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765099 is #89AF66. Grayscale: #636363. Windows color (decimal): -9023335 or 10047606. OLE color: 10047606.

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

Color convert

RGB 118 80 153 -
CMYK 0.23 0.48 0 0.4
HSL 271.23º 0.31% 0.46% -
HSV(B) 271.23º 0.48% 0.6% -
XYZ 16.09 11.89 31.58 -
YUV 99.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 118 80 153 0.23 0.48 0 0.4 271.23 0.31 0.46
Hex 76 50 99 17 30 0 28 10F 1F 2E
Octal 166 120 231 27 60 0 50 417 37 56
Binary 1110110 1010000 10011001 10111 110000 0 101000 100001111 11111 101110

Color Harmonies of #765099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765099

Black with #765099

Text Example


Text Example

White with #765099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765099; }

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

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

background-color css

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

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

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

border-color css

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

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

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