Html Css Color HEX #7747BC Studio

📋 copy color: '#7747BC'

red 119 ◦ green 71 ◦ blue 188

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

Shades of Studio #7747BC

Tints of Studio #7747BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.78%

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 31.48%
G = 18.78%
B = 49.74%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7747BC (or 0x7747BC) is known color: Studio. HEX triplet: 77, 47 and BC. RGB value is (119,71,188). Sum of RGB (Red+Green+Blue) = 119+71+188=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #7747BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7747BC is #88B843. Grayscale: #626262. Windows color (decimal): -8960068 or 12339063. OLE color: 12339063.

HSL color Cylindrical-coordinate representation of color #7747BC: hue angle of 264.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7747BC is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 71 188 -
CMYK 0.37 0.62 0 0.26
HSL 264.62º 0.47% 0.51% -
HSV(B) 264.62º 0.62% 0.74% -
XYZ 18.94 12.06 48.91 -
YUV 98.69 178.4 142.49 -
System Red Green Blue C M Y K H S L
Decimal 119 71 188 0.37 0.62 0 0.26 264.62 0.47 0.51
Hex 77 47 BC 25 3E 0 1A 109 2F 33
Octal 167 107 274 45 76 0 32 411 57 63
Binary 1110111 1000111 10111100 100101 111110 0 11010 100001001 101111 110011

Color Harmonies of #7747BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7747BC

Black with #7747BC

Text Example


Text Example

White with #7747BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7747BC; }

 p { color: rgb(119,71,188); }

 H1.HeaderClassName
 {
   color: #7747BC;
 }
 .AnyTagClassName
 {
   color: #7747BC;
 }
</style>

background-color css

<style>
 a { background-color: #7747BC; }

 a { background-color: rgb(119,71,188); }

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

border-color css

<style>
 span { border-color: #7747BC; }

 span { border-color: rgb(119,71,188); }

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