Html Css Color HEX #764099 Studio

📋 copy color: '#764099'

red 118 ◦ green 64 ◦ blue 153

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

Shades of Studio #764099

Tints of Studio #764099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.1%

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 35.22%
G = 19.1%
B = 45.67%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#764099 (or 0x764099) is known color: Studio. HEX triplet: 76, 40 and 99. RGB value is (118,64,153). Sum of RGB (Red+Green+Blue) = 118+64+153=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #764099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764099 is #89BF66. Grayscale: #595959. Windows color (decimal): -9027431 or 10043510. OLE color: 10043510.

HSL color Cylindrical-coordinate representation of color #764099: hue angle of 276.4º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #764099 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 64 153 -
CMYK 0.23 0.58 0 0.4
HSL 276.4º 0.41% 0.43% -
HSV(B) 276.4º 0.58% 0.6% -
XYZ 15.05 9.82 31.24 -
YUV 90.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 118 64 153 0.23 0.58 0 0.4 276.4 0.41 0.43
Hex 76 40 99 17 3A 0 28 114 29 2B
Octal 166 100 231 27 72 0 50 424 51 53
Binary 1110110 1000000 10011001 10111 111010 0 101000 100010100 101001 101011

Color Harmonies of #764099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764099

Black with #764099

Text Example


Text Example

White with #764099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764099; }

 p { color: rgb(118,64,153); }

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

background-color css

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

 a { background-color: rgb(118,64,153); }

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

border-color css

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

 span { border-color: rgb(118,64,153); }

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