Html Css Color HEX #7658AA Studio

📋 copy color: '#7658AA'

red 118 ◦ green 88 ◦ blue 170

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

Shades of Studio #7658AA

Tints of Studio #7658AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 31.38%
G = 23.4%
B = 45.21%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7658AA (or 0x7658AA) is known color: Studio. HEX triplet: 76, 58 and AA. RGB value is (118,88,170). Sum of RGB (Red+Green+Blue) = 118+88+170=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #7658AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7658AA is #89A755. Grayscale: #6A6A6A. Windows color (decimal): -9021270 or 11163766. OLE color: 11163766.

HSL color Cylindrical-coordinate representation of color #7658AA: hue angle of 261.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7658AA is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 88 170 -
CMYK 0.31 0.48 0 0.33
HSL 261.95º 0.33% 0.51% -
HSV(B) 261.95º 0.48% 0.67% -
XYZ 18.22 13.73 39.72 -
YUV 106.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 118 88 170 0.31 0.48 0 0.33 261.95 0.33 0.51
Hex 76 58 AA 1F 30 0 21 106 21 33
Octal 166 130 252 37 60 0 41 406 41 63
Binary 1110110 1011000 10101010 11111 110000 0 100001 100000110 100001 110011

Color Harmonies of #7658AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7658AA

Black with #7658AA

Text Example


Text Example

White with #7658AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7658AA; }

 p { color: rgb(118,88,170); }

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

background-color css

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

 a { background-color: rgb(118,88,170); }

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

border-color css

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

 span { border-color: rgb(118,88,170); }

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