Html Css Color HEX #7758AC Studio

📋 copy color: '#7758AC'

red 119 ◦ green 88 ◦ blue 172

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

Shades of Studio #7758AC

Tints of Studio #7758AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 31.4%
G = 23.22%
B = 45.38%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7758AC (or 0x7758AC) is known color: Studio. HEX triplet: 77, 58 and AC. RGB value is (119,88,172). Sum of RGB (Red+Green+Blue) = 119+88+172=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #7758AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7758AC is #88A753. Grayscale: #6A6A6A. Windows color (decimal): -8955732 or 11294839. OLE color: 11294839.

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

Color convert

RGB 119 88 172 -
CMYK 0.31 0.49 0 0.33
HSL 262.14º 0.34% 0.51% -
HSV(B) 262.14º 0.49% 0.67% -
XYZ 18.54 13.88 40.73 -
YUV 106.85 164.77 136.67 -
System Red Green Blue C M Y K H S L
Decimal 119 88 172 0.31 0.49 0 0.33 262.14 0.34 0.51
Hex 77 58 AC 1F 31 0 21 106 22 33
Octal 167 130 254 37 61 0 41 406 42 63
Binary 1110111 1011000 10101100 11111 110001 0 100001 100000110 100010 110011

Color Harmonies of #7758AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7758AC

Black with #7758AC

Text Example


Text Example

White with #7758AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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