Html Css Color HEX #764F99 Studio

📋 copy color: '#764F99'

red 118 ◦ green 79 ◦ blue 153

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

Shades of Studio #764F99

Tints of Studio #764F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.57%

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

R = 33.71%
G = 22.57%
B = 43.71%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#764F99 (or 0x764F99) is known color: Studio. HEX triplet: 76, 4F and 99. RGB value is (118,79,153). Sum of RGB (Red+Green+Blue) = 118+79+153=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #764F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764F99 is #89B066. Grayscale: #626262. Windows color (decimal): -9023591 or 10047350. OLE color: 10047350.

HSL color Cylindrical-coordinate representation of color #764F99: hue angle of 271.62º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #764F99 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 79 153 -
CMYK 0.23 0.48 0 0.4
HSL 271.62º 0.32% 0.45% -
HSV(B) 271.62º 0.48% 0.6% -
XYZ 16.02 11.74 31.56 -
YUV 99.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 118 79 153 0.23 0.48 0 0.4 271.62 0.32 0.45
Hex 76 4F 99 17 30 0 28 110 20 2D
Octal 166 117 231 27 60 0 50 420 40 55
Binary 1110110 1001111 10011001 10111 110000 0 101000 100010000 100000 101101

Color Harmonies of #764F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764F99

Black with #764F99

Text Example


Text Example

White with #764F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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