Html Css Color HEX #765794 Studio

📋 copy color: '#765794'

red 118 ◦ green 87 ◦ blue 148

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

Shades of Studio #765794

Tints of Studio #765794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.65%

 BLUE value IS 148 (58.2% from 255) = 41.93%

R = 33.43%
G = 24.65%
B = 41.93%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765794 (or 0x765794) is known color: Studio. HEX triplet: 76, 57 and 94. RGB value is (118,87,148). Sum of RGB (Red+Green+Blue) = 118+87+148=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #765794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765794 is #89A86B. Grayscale: #676767. Windows color (decimal): -9021548 or 9721718. OLE color: 9721718.

HSL color Cylindrical-coordinate representation of color #765794: hue angle of 270.49º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #765794 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 87 148 -
CMYK 0.20 0.41 0 0.42
HSL 270.49º 0.26% 0.46% -
HSV(B) 270.49º 0.41% 0.58% -
XYZ 16.22 12.81 29.63 -
YUV 103.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 118 87 148 0.20 0.41 0 0.42 270.49 0.26 0.46
Hex 76 57 94 14 29 0 2A 10E 1A 2E
Octal 166 127 224 24 51 0 52 416 32 56
Binary 1110110 1010111 10010100 10100 101001 0 101010 100001110 11010 101110

Color Harmonies of #765794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765794

Black with #765794

Text Example


Text Example

White with #765794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765794; }

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

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

background-color css

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

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

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

border-color css

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

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

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