Html Css Color HEX #76589C Studio

📋 copy color: '#76589C'

red 118 ◦ green 88 ◦ blue 156

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

Shades of Studio #76589C

Tints of Studio #76589C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 156 (61.33% from 255) = 43.09%

R = 32.6%
G = 24.31%
B = 43.09%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76589C (or 0x76589C) is known color: Studio. HEX triplet: 76, 58 and 9C. RGB value is (118,88,156). Sum of RGB (Red+Green+Blue) = 118+88+156=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #76589C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76589C is #89A763. Grayscale: #686868. Windows color (decimal): -9021284 or 10246262. OLE color: 10246262.

HSL color Cylindrical-coordinate representation of color #76589C: hue angle of 266.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76589C is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 88 156 -
CMYK 0.24 0.44 0 0.39
HSL 266.47º 0.28% 0.48% -
HSV(B) 266.47º 0.44% 0.61% -
XYZ 16.96 13.23 33.11 -
YUV 104.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 118 88 156 0.24 0.44 0 0.39 266.47 0.28 0.48
Hex 76 58 9C 18 2C 0 27 10A 1C 30
Octal 166 130 234 30 54 0 47 412 34 60
Binary 1110110 1011000 10011100 11000 101100 0 100111 100001010 11100 110000

Color Harmonies of #76589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76589C

Black with #76589C

Text Example


Text Example

White with #76589C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76589C; }

 p { color: rgb(118,88,156); }

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

background-color css

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

 a { background-color: rgb(118,88,156); }

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

border-color css

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

 span { border-color: rgb(118,88,156); }

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