Html Css Color HEX #765197 Studio

📋 copy color: '#765197'

red 118 ◦ green 81 ◦ blue 151

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

Shades of Studio #765197

Tints of Studio #765197

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 151 (59.38% from 255) = 43.14%

R = 33.71%
G = 23.14%
B = 43.14%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#765197 (or 0x765197) is known color: Studio. HEX triplet: 76, 51 and 97. RGB value is (118,81,151). Sum of RGB (Red+Green+Blue) = 118+81+151=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #765197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765197 is #89AE68. Grayscale: #636363. Windows color (decimal): -9023081 or 9916790. OLE color: 9916790.

HSL color Cylindrical-coordinate representation of color #765197: hue angle of 271.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765197 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 81 151 -
CMYK 0.22 0.46 0 0.41
HSL 271.71º 0.3% 0.45% -
HSV(B) 271.71º 0.46% 0.59% -
XYZ 16 11.97 30.75 -
YUV 100.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 118 81 151 0.22 0.46 0 0.41 271.71 0.3 0.45
Hex 76 51 97 16 2E 0 29 110 1E 2D
Octal 166 121 227 26 56 0 51 420 36 55
Binary 1110110 1010001 10010111 10110 101110 0 101001 100010000 11110 101101

Color Harmonies of #765197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765197

Black with #765197

Text Example


Text Example

White with #765197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765197; }

 p { color: rgb(118,81,151); }

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

background-color css

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

 a { background-color: rgb(118,81,151); }

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

border-color css

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

 span { border-color: rgb(118,81,151); }

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