Html Css Color HEX #76469C Studio

📋 copy color: '#76469C'

red 118 ◦ green 70 ◦ blue 156

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

Shades of Studio #76469C

Tints of Studio #76469C

RGB

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

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

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

R = 34.3%
G = 20.35%
B = 45.35%

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

#76469C (or 0x76469C) is known color: Studio. HEX triplet: 76, 46 and 9C. RGB value is (118,70,156). Sum of RGB (Red+Green+Blue) = 118+70+156=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #76469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76469C is #89B963. Grayscale: #5D5D5D. Windows color (decimal): -9025892 or 10241654. OLE color: 10241654.

HSL color Cylindrical-coordinate representation of color #76469C: hue angle of 273.49º 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 #76469C is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 70 156 -
CMYK 0.24 0.55 0 0.39
HSL 273.49º 0.38% 0.44% -
HSV(B) 273.49º 0.55% 0.61% -
XYZ 15.66 10.63 32.68 -
YUV 94.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 118 70 156 0.24 0.55 0 0.39 273.49 0.38 0.44
Hex 76 46 9C 18 37 0 27 111 26 2C
Octal 166 106 234 30 67 0 47 421 46 54
Binary 1110110 1000110 10011100 11000 110111 0 100111 100010001 100110 101100

Color Harmonies of #76469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76469C

Black with #76469C

Text Example


Text Example

White with #76469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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