Html Css Color HEX #765BA0 Studio

📋 copy color: '#765BA0'

red 118 ◦ green 91 ◦ blue 160

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

Shades of Studio #765BA0

Tints of Studio #765BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.66%

 BLUE value IS 160 (62.89% from 255) = 43.36%

R = 31.98%
G = 24.66%
B = 43.36%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#765BA0 (or 0x765BA0) is known color: Studio. HEX triplet: 76, 5B and A0. RGB value is (118,91,160). Sum of RGB (Red+Green+Blue) = 118+91+160=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #765BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765BA0 is #89A45F. Grayscale: #6A6A6A. Windows color (decimal): -9020512 or 10509174. OLE color: 10509174.

HSL color Cylindrical-coordinate representation of color #765BA0: hue angle of 263.48º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #765BA0 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 91 160 -
CMYK 0.26 0.43 0 0.37
HSL 263.48º 0.27% 0.49% -
HSV(B) 263.48º 0.43% 0.63% -
XYZ 17.56 13.87 35.01 -
YUV 106.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 118 91 160 0.26 0.43 0 0.37 263.48 0.27 0.49
Hex 76 5B A0 1A 2B 0 25 107 1B 31
Octal 166 133 240 32 53 0 45 407 33 61
Binary 1110110 1011011 10100000 11010 101011 0 100101 100000111 11011 110001

Color Harmonies of #765BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BA0

Black with #765BA0

Text Example


Text Example

White with #765BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765BA0; }

 p { color: rgb(118,91,160); }

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

background-color css

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

 a { background-color: rgb(118,91,160); }

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

border-color css

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

 span { border-color: rgb(118,91,160); }

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