#765798

Color #765798 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #765798

Tints of Studio #765798

Color information

#765798 (or 0x765798) is unknown color: approx Studio. HEX triplet: 76, 57 and 98. RGB value is (118,87,152). Sum of RGB (Red+Green+Blue) = 118+87+152=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #765798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765798 is #89A867. Grayscale: #676767. Windows color (decimal): -9021544 or 9983862. OLE color: 9983862.

HSL color Cylindrical-coordinate representation of color #765798: hue angle of 268.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #765798 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11887152-
CMYK0.220.4300.40
HSL268.62º27.2%46.86%-
HSV(B)268.62º42.76%59.61%-
XYZ16.5512.9331.33-
YUV103.68155.27138.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 152 (59.77% from 255) = 42.58%
R=33.05%
G=24.37%
B=42.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118871520.220.4300.40268.6227.246.86
Hex765798162B02810d1b2f
Octal16612723026530504153357
Binary111011010101111001100010110101011010100010000110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765798; }

 p { color: rgb(118,87,152); }

 H1.HeaderClassName
 {
   color: #765798;
 }
 .AnyTagClassName
 {
   color: #765798;
 }
</style>
background-color css

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

 a { background-color: rgb(118,87,152); }

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

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

 span { border-color: rgb(118,87,152); }

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