Html Css Color HEX #765899 Studio

📋 copy color: '#765899'

red 118 ◦ green 88 ◦ blue 153

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

Shades of Studio #765899

Tints of Studio #765899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.51%

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

R = 32.87%
G = 24.51%
B = 42.62%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#765899 (or 0x765899) is known color: Studio. HEX triplet: 76, 58 and 99. RGB value is (118,88,153). Sum of RGB (Red+Green+Blue) = 118+88+153=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 88 (34.77% from 255 or 24.51% 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 #765899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765899 is #89A766. Grayscale: #686868. Windows color (decimal): -9021287 or 10049654. OLE color: 10049654.

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

Color convert

RGB 118 88 153 -
CMYK 0.23 0.42 0 0.4
HSL 267.69º 0.27% 0.47% -
HSV(B) 267.69º 0.42% 0.6% -
XYZ 16.71 13.13 31.79 -
YUV 104.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 118 88 153 0.23 0.42 0 0.4 267.69 0.27 0.47
Hex 76 58 99 17 2A 0 28 10C 1B 2F
Octal 166 130 231 27 52 0 50 414 33 57
Binary 1110110 1011000 10011001 10111 101010 0 101000 100001100 11011 101111

Color Harmonies of #765899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765899

Black with #765899

Text Example


Text Example

White with #765899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765899; }

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

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

background-color css

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

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

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

border-color css

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

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

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