Html Css Color HEX #764998 Studio

📋 copy color: '#764998'

red 118 ◦ green 73 ◦ blue 152

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

Shades of Studio #764998

Tints of Studio #764998

RGB

 RED value IS 118 (46.48% from 255) = 34.4%

 GREEN value IS 73 (28.91% from 255) = 21.28%

 BLUE value IS 152 (59.77% from 255) = 44.31%

R = 34.4%
G = 21.28%
B = 44.31%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#764998 (or 0x764998) is known color: Studio. HEX triplet: 76, 49 and 98. RGB value is (118,73,152). Sum of RGB (Red+Green+Blue) = 118+73+152=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #764998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764998 is #89B667. Grayscale: #5F5F5F. Windows color (decimal): -9025128 or 9980278. OLE color: 9980278.

HSL color Cylindrical-coordinate representation of color #764998: hue angle of 274.18º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764998 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 73 152 -
CMYK 0.22 0.52 0 0.40
HSL 274.18º 0.35% 0.44% -
HSV(B) 274.18º 0.52% 0.6% -
XYZ 15.52 10.88 30.99 -
YUV 95.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 118 73 152 0.22 0.52 0 0.40 274.18 0.35 0.44
Hex 76 49 98 16 34 0 28 112 23 2C
Octal 166 111 230 26 64 0 50 422 43 54
Binary 1110110 1001001 10011000 10110 110100 0 101000 100010010 100011 101100

Color Harmonies of #764998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764998

Black with #764998

Text Example


Text Example

White with #764998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764998; }

 p { color: rgb(118,73,152); }

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

background-color css

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

 a { background-color: rgb(118,73,152); }

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

border-color css

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

 span { border-color: rgb(118,73,152); }

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