Html Css Color HEX #764798 Studio

📋 copy color: '#764798'

red 118 ◦ green 71 ◦ blue 152

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

Shades of Studio #764798

Tints of Studio #764798

RGB

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

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

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

R = 34.6%
G = 20.82%
B = 44.57%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#764798 (or 0x764798) is known color: Studio. HEX triplet: 76, 47 and 98. RGB value is (118,71,152). Sum of RGB (Red+Green+Blue) = 118+71+152=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #764798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764798 is #89B867. Grayscale: #5E5E5E. Windows color (decimal): -9025640 or 9979766. OLE color: 9979766.

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

Color convert

RGB 118 71 152 -
CMYK 0.22 0.53 0 0.40
HSL 274.81º 0.36% 0.44% -
HSV(B) 274.81º 0.53% 0.6% -
XYZ 15.39 10.63 30.95 -
YUV 94.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 118 71 152 0.22 0.53 0 0.40 274.81 0.36 0.44
Hex 76 47 98 16 35 0 28 113 24 2C
Octal 166 107 230 26 65 0 50 423 44 54
Binary 1110110 1000111 10011000 10110 110101 0 101000 100010011 100100 101100

Color Harmonies of #764798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764798

Black with #764798

Text Example


Text Example

White with #764798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764798; }

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

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

background-color css

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

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

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

border-color css

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

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

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