Html Css Color HEX #765595 Studio

📋 copy color: '#765595'

red 118 ◦ green 85 ◦ blue 149

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

Shades of Studio #765595

Tints of Studio #765595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 33.52%
G = 24.15%
B = 42.33%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765595 (or 0x765595) is known color: Studio. HEX triplet: 76, 55 and 95. RGB value is (118,85,149). Sum of RGB (Red+Green+Blue) = 118+85+149=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #765595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765595 is #89AA6A. Grayscale: #656565. Windows color (decimal): -9022059 or 9786742. OLE color: 9786742.

HSL color Cylindrical-coordinate representation of color #765595: hue angle of 270.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #765595 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 85 149 -
CMYK 0.21 0.43 0 0.42
HSL 270.94º 0.27% 0.46% -
HSV(B) 270.94º 0.43% 0.58% -
XYZ 16.14 12.52 30 -
YUV 102.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 118 85 149 0.21 0.43 0 0.42 270.94 0.27 0.46
Hex 76 55 95 15 2B 0 2A 10F 1B 2E
Octal 166 125 225 25 53 0 52 417 33 56
Binary 1110110 1010101 10010101 10101 101011 0 101010 100001111 11011 101110

Color Harmonies of #765595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765595

Black with #765595

Text Example


Text Example

White with #765595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765595; }

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

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

background-color css

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

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

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

border-color css

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

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

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