Html Css Color HEX #7742A0 Studio

📋 copy color: '#7742A0'

red 119 ◦ green 66 ◦ blue 160

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

Shades of Studio #7742A0

Tints of Studio #7742A0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

 BLUE value IS 160 (62.89% from 255) = 46.38%

R = 34.49%
G = 19.13%
B = 46.38%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7742A0 (or 0x7742A0) is known color: Studio. HEX triplet: 77, 42 and A0. RGB value is (119,66,160). Sum of RGB (Red+Green+Blue) = 119+66+160=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: blue. Hex color #7742A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7742A0 is #88BD5F. Grayscale: #5C5C5C. Windows color (decimal): -8961376 or 10502775. OLE color: 10502775.

HSL color Cylindrical-coordinate representation of color #7742A0: hue angle of 273.83º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7742A0 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 66 160 -
CMYK 0.26 0.59 0 0.37
HSL 273.83º 0.42% 0.44% -
HSV(B) 273.83º 0.59% 0.63% -
XYZ 15.9 10.36 34.42 -
YUV 92.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 119 66 160 0.26 0.59 0 0.37 273.83 0.42 0.44
Hex 77 42 A0 1A 3B 0 25 112 2A 2C
Octal 167 102 240 32 73 0 45 422 52 54
Binary 1110111 1000010 10100000 11010 111011 0 100101 100010010 101010 101100

Color Harmonies of #7742A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7742A0

Black with #7742A0

Text Example


Text Example

White with #7742A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7742A0; }

 p { color: rgb(119,66,160); }

 H1.HeaderClassName
 {
   color: #7742A0;
 }
 .AnyTagClassName
 {
   color: #7742A0;
 }
</style>

background-color css

<style>
 a { background-color: #7742A0; }

 a { background-color: rgb(119,66,160); }

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

border-color css

<style>
 span { border-color: #7742A0; }

 span { border-color: rgb(119,66,160); }

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