Html Css Color HEX #76449B Studio

📋 copy color: '#76449B'

red 118 ◦ green 68 ◦ blue 155

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

Shades of Studio #76449B

Tints of Studio #76449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.94%

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

R = 34.6%
G = 19.94%
B = 45.45%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76449B (or 0x76449B) is known color: Studio. HEX triplet: 76, 44 and 9B. RGB value is (118,68,155). Sum of RGB (Red+Green+Blue) = 118+68+155=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #76449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76449B is #89BB64. Grayscale: #5C5C5C. Windows color (decimal): -9026405 or 10175606. OLE color: 10175606.

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

Color convert

RGB 118 68 155 -
CMYK 0.24 0.56 0 0.39
HSL 274.48º 0.39% 0.44% -
HSV(B) 274.48º 0.56% 0.61% -
XYZ 15.45 10.35 32.19 -
YUV 92.87 163.07 145.93 -
System Red Green Blue C M Y K H S L
Decimal 118 68 155 0.24 0.56 0 0.39 274.48 0.39 0.44
Hex 76 44 9B 18 38 0 27 112 27 2C
Octal 166 104 233 30 70 0 47 422 47 54
Binary 1110110 1000100 10011011 11000 111000 0 100111 100010010 100111 101100

Color Harmonies of #76449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76449B

Black with #76449B

Text Example


Text Example

White with #76449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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