Html Css Color HEX #76599B Studio

📋 copy color: '#76599B'

red 118 ◦ green 89 ◦ blue 155

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

Shades of Studio #76599B

Tints of Studio #76599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 32.6%
G = 24.59%
B = 42.82%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76599B (or 0x76599B) is known color: Studio. HEX triplet: 76, 59 and 9B. RGB value is (118,89,155). Sum of RGB (Red+Green+Blue) = 118+89+155=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: blue. Hex color #76599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76599B is #89A664. Grayscale: #686868. Windows color (decimal): -9021029 or 10180982. OLE color: 10180982.

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

Color convert

RGB 118 89 155 -
CMYK 0.24 0.43 0 0.39
HSL 266.36º 0.27% 0.48% -
HSV(B) 266.36º 0.43% 0.61% -
XYZ 16.96 13.36 32.7 -
YUV 105.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 118 89 155 0.24 0.43 0 0.39 266.36 0.27 0.48
Hex 76 59 9B 18 2B 0 27 10A 1B 30
Octal 166 131 233 30 53 0 47 412 33 60
Binary 1110110 1011001 10011011 11000 101011 0 100111 100001010 11011 110000

Color Harmonies of #76599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76599B

Black with #76599B

Text Example


Text Example

White with #76599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76599B; }

 p { color: rgb(118,89,155); }

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

background-color css

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

 a { background-color: rgb(118,89,155); }

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

border-color css

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

 span { border-color: rgb(118,89,155); }

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