Html Css Color HEX #7758AA Studio

📋 copy color: '#7758AA'

red 119 ◦ green 88 ◦ blue 170

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

Shades of Studio #7758AA

Tints of Studio #7758AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.34%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 31.56%
G = 23.34%
B = 45.09%

CMYK

 C value IS 0.3

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7758AA (or 0x7758AA) is known color: Studio. HEX triplet: 77, 58 and AA. RGB value is (119,88,170). Sum of RGB (Red+Green+Blue) = 119+88+170=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #7758AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7758AA is #88A755. Grayscale: #6A6A6A. Windows color (decimal): -8955734 or 11163767. OLE color: 11163767.

HSL color Cylindrical-coordinate representation of color #7758AA: hue angle of 262.68º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7758AA is Cyan = 0.3, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 88 170 -
CMYK 0.3 0.48 0 0.33
HSL 262.68º 0.33% 0.51% -
HSV(B) 262.68º 0.48% 0.67% -
XYZ 18.35 13.8 39.73 -
YUV 106.62 163.77 136.83 -
System Red Green Blue C M Y K H S L
Decimal 119 88 170 0.3 0.48 0 0.33 262.68 0.33 0.51
Hex 77 58 AA 1E 30 0 21 107 21 33
Octal 167 130 252 36 60 0 41 407 41 63
Binary 1110111 1011000 10101010 11110 110000 0 100001 100000111 100001 110011

Color Harmonies of #7758AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7758AA

Black with #7758AA

Text Example


Text Example

White with #7758AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7758AA; }

 p { color: rgb(119,88,170); }

 H1.HeaderClassName
 {
   color: #7758AA;
 }
 .AnyTagClassName
 {
   color: #7758AA;
 }
</style>

background-color css

<style>
 a { background-color: #7758AA; }

 a { background-color: rgb(119,88,170); }

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

border-color css

<style>
 span { border-color: #7758AA; }

 span { border-color: rgb(119,88,170); }

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