Html Css Color HEX #77469D Studio

📋 copy color: '#77469D'

red 119 ◦ green 70 ◦ blue 157

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

Shades of Studio #77469D

Tints of Studio #77469D

RGB

 RED value IS 119 (46.88% from 255) = 34.39%

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

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 34.39%
G = 20.23%
B = 45.38%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77469D (or 0x77469D) is known color: Studio. HEX triplet: 77, 46 and 9D. RGB value is (119,70,157). Sum of RGB (Red+Green+Blue) = 119+70+157=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #77469D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77469D is #88B962. Grayscale: #5E5E5E. Windows color (decimal): -8960355 or 10307191. OLE color: 10307191.

HSL color Cylindrical-coordinate representation of color #77469D: hue angle of 273.79º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77469D is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 70 157 -
CMYK 0.24 0.55 0 0.38
HSL 273.79º 0.38% 0.45% -
HSV(B) 273.79º 0.55% 0.62% -
XYZ 15.88 10.74 33.13 -
YUV 94.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 119 70 157 0.24 0.55 0 0.38 273.79 0.38 0.45
Hex 77 46 9D 18 37 0 26 112 26 2D
Octal 167 106 235 30 67 0 46 422 46 55
Binary 1110111 1000110 10011101 11000 110111 0 100110 100010010 100110 101101

Color Harmonies of #77469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77469D

Black with #77469D

Text Example


Text Example

White with #77469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77469D; }

 p { color: rgb(119,70,157); }

 H1.HeaderClassName
 {
   color: #77469D;
 }
 .AnyTagClassName
 {
   color: #77469D;
 }
</style>

background-color css

<style>
 a { background-color: #77469D; }

 a { background-color: rgb(119,70,157); }

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

border-color css

<style>
 span { border-color: #77469D; }

 span { border-color: rgb(119,70,157); }

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