Html Css Color HEX #7750B4 Studio

📋 copy color: '#7750B4'

red 119 ◦ green 80 ◦ blue 180

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

Shades of Studio #7750B4

Tints of Studio #7750B4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.11%

 BLUE value IS 180 (70.7% from 255) = 47.49%

R = 31.4%
G = 21.11%
B = 47.49%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7750B4 (or 0x7750B4) is known color: Studio. HEX triplet: 77, 50 and B4. RGB value is (119,80,180). Sum of RGB (Red+Green+Blue) = 119+80+180=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 180 (70.70% from 255 or 47.49% from 379); Max value from RGB is 180 - color contains mainly: blue. Hex color #7750B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7750B4 is #88AF4B. Grayscale: #666666. Windows color (decimal): -8957772 or 11817079. OLE color: 11817079.

HSL color Cylindrical-coordinate representation of color #7750B4: hue angle of 263.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7750B4 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 80 180 -
CMYK 0.34 0.56 0 0.29
HSL 263.4º 0.4% 0.51% -
HSV(B) 263.4º 0.56% 0.71% -
XYZ 18.71 12.95 44.69 -
YUV 103.06 171.42 139.37 -
System Red Green Blue C M Y K H S L
Decimal 119 80 180 0.34 0.56 0 0.29 263.4 0.4 0.51
Hex 77 50 B4 22 38 0 1D 107 28 33
Octal 167 120 264 42 70 0 35 407 50 63
Binary 1110111 1010000 10110100 100010 111000 0 11101 100000111 101000 110011

Color Harmonies of #7750B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7750B4

Black with #7750B4

Text Example


Text Example

White with #7750B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7750B4; }

 p { color: rgb(119,80,180); }

 H1.HeaderClassName
 {
   color: #7750B4;
 }
 .AnyTagClassName
 {
   color: #7750B4;
 }
</style>

background-color css

<style>
 a { background-color: #7750B4; }

 a { background-color: rgb(119,80,180); }

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

border-color css

<style>
 span { border-color: #7750B4; }

 span { border-color: rgb(119,80,180); }

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