Html Css Color HEX #765096 Studio

📋 copy color: '#765096'

red 118 ◦ green 80 ◦ blue 150

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

Shades of Studio #765096

Tints of Studio #765096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.99%

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 33.91%
G = 22.99%
B = 43.1%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#765096 (or 0x765096) is known color: Studio. HEX triplet: 76, 50 and 96. RGB value is (118,80,150). Sum of RGB (Red+Green+Blue) = 118+80+150=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #765096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765096 is #89AF69. Grayscale: #636363. Windows color (decimal): -9023338 or 9850998. OLE color: 9850998.

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

Color convert

RGB 118 80 150 -
CMYK 0.21 0.47 0 0.41
HSL 272.57º 0.3% 0.45% -
HSV(B) 272.57º 0.47% 0.59% -
XYZ 15.84 11.79 30.29 -
YUV 99.34 156.59 141.31 -
System Red Green Blue C M Y K H S L
Decimal 118 80 150 0.21 0.47 0 0.41 272.57 0.3 0.45
Hex 76 50 96 15 2F 0 29 111 1E 2D
Octal 166 120 226 25 57 0 51 421 36 55
Binary 1110110 1010000 10010110 10101 101111 0 101001 100010001 11110 101101

Color Harmonies of #765096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765096

Black with #765096

Text Example


Text Example

White with #765096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765096; }

 p { color: rgb(118,80,150); }

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

background-color css

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

 a { background-color: rgb(118,80,150); }

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

border-color css

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

 span { border-color: rgb(118,80,150); }

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