Html Css Color HEX #765A95 Studio

📋 copy color: '#765A95'

red 118 ◦ green 90 ◦ blue 149

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

Shades of Studio #765A95

Tints of Studio #765A95

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

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

R = 33.05%
G = 25.21%
B = 41.74%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765A95 (or 0x765A95) is known color: Studio. HEX triplet: 76, 5A and 95. RGB value is (118,90,149). Sum of RGB (Red+Green+Blue) = 118+90+149=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #765A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765A95 is #89A56A. Grayscale: #686868. Windows color (decimal): -9020779 or 9788022. OLE color: 9788022.

HSL color Cylindrical-coordinate representation of color #765A95: hue angle of 268.47º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #765A95 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 90 149 -
CMYK 0.21 0.40 0 0.42
HSL 268.47º 0.25% 0.47% -
HSV(B) 268.47º 0.4% 0.58% -
XYZ 16.55 13.33 30.14 -
YUV 105.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 118 90 149 0.21 0.40 0 0.42 268.47 0.25 0.47
Hex 76 5A 95 15 28 0 2A 10C 19 2F
Octal 166 132 225 25 50 0 52 414 31 57
Binary 1110110 1011010 10010101 10101 101000 0 101010 100001100 11001 101111

Color Harmonies of #765A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A95

Black with #765A95

Text Example


Text Example

White with #765A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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