Html Css Color HEX #76469B Studio

📋 copy color: '#76469B'

red 118 ◦ green 70 ◦ blue 155

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

Shades of Studio #76469B

Tints of Studio #76469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

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

R = 34.4%
G = 20.41%
B = 45.19%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76469B (or 0x76469B) is known color: Studio. HEX triplet: 76, 46 and 9B. RGB value is (118,70,155). Sum of RGB (Red+Green+Blue) = 118+70+155=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #76469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76469B is #89B964. Grayscale: #5D5D5D. Windows color (decimal): -9025893 or 10176118. OLE color: 10176118.

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

Color convert

RGB 118 70 155 -
CMYK 0.24 0.55 0 0.39
HSL 273.88º 0.38% 0.44% -
HSV(B) 273.88º 0.55% 0.61% -
XYZ 15.58 10.6 32.24 -
YUV 94.04 162.4 145.09 -
System Red Green Blue C M Y K H S L
Decimal 118 70 155 0.24 0.55 0 0.39 273.88 0.38 0.44
Hex 76 46 9B 18 37 0 27 112 26 2C
Octal 166 106 233 30 67 0 47 422 46 54
Binary 1110110 1000110 10011011 11000 110111 0 100111 100010010 100110 101100

Color Harmonies of #76469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76469B

Black with #76469B

Text Example


Text Example

White with #76469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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