Html Css Color HEX #7646B7 Studio

📋 copy color: '#7646B7'

red 118 ◦ green 70 ◦ blue 183

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

Shades of Studio #7646B7

Tints of Studio #7646B7

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

 BLUE value IS 183 (71.88% from 255) = 49.33%

R = 31.81%
G = 18.87%
B = 49.33%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7646B7 (or 0x7646B7) is known color: Studio. HEX triplet: 76, 46 and B7. RGB value is (118,70,183). Sum of RGB (Red+Green+Blue) = 118+70+183=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #7646B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7646B7 is #89B948. Grayscale: #606060. Windows color (decimal): -9025865 or 12011126. OLE color: 12011126.

HSL color Cylindrical-coordinate representation of color #7646B7: hue angle of 265.49º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7646B7 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 70 183 -
CMYK 0.36 0.62 0 0.28
HSL 265.49º 0.45% 0.5% -
HSV(B) 265.49º 0.62% 0.72% -
XYZ 18.21 11.65 46.09 -
YUV 97.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 118 70 183 0.36 0.62 0 0.28 265.49 0.45 0.5
Hex 76 46 B7 24 3E 0 1C 109 2D 32
Octal 166 106 267 44 76 0 34 411 55 62
Binary 1110110 1000110 10110111 100100 111110 0 11100 100001001 101101 110010

Color Harmonies of #7646B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7646B7

Black with #7646B7

Text Example


Text Example

White with #7646B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7646B7; }

 p { color: rgb(118,70,183); }

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

background-color css

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

 a { background-color: rgb(118,70,183); }

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

border-color css

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

 span { border-color: rgb(118,70,183); }

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