Html Css Color HEX #765297 Studio

📋 copy color: '#765297'

red 118 ◦ green 82 ◦ blue 151

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

Shades of Studio #765297

Tints of Studio #765297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.36%

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

R = 33.62%
G = 23.36%
B = 43.02%

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

#765297 (or 0x765297) is known color: Studio. HEX triplet: 76, 52 and 97. RGB value is (118,82,151). Sum of RGB (Red+Green+Blue) = 118+82+151=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #765297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765297 is #89AD68. Grayscale: #646464. Windows color (decimal): -9022825 or 9917046. OLE color: 9917046.

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

Color convert

RGB 118 82 151 -
CMYK 0.22 0.46 0 0.41
HSL 271.3º 0.3% 0.46% -
HSV(B) 271.3º 0.46% 0.59% -
XYZ 16.07 12.12 30.77 -
YUV 100.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 118 82 151 0.22 0.46 0 0.41 271.3 0.3 0.46
Hex 76 52 97 16 2E 0 29 10F 1E 2E
Octal 166 122 227 26 56 0 51 417 36 56
Binary 1110110 1010010 10010111 10110 101110 0 101001 100001111 11110 101110

Color Harmonies of #765297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765297

Black with #765297

Text Example


Text Example

White with #765297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765297; }

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

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

background-color css

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

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

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

border-color css

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

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

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