Html Css Color HEX #765898 Studio

📋 copy color: '#765898'

red 118 ◦ green 88 ◦ blue 152

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

Shades of Studio #765898

Tints of Studio #765898

RGB

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

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

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

R = 32.96%
G = 24.58%
B = 42.46%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#765898 (or 0x765898) is known color: Studio. HEX triplet: 76, 58 and 98. RGB value is (118,88,152). Sum of RGB (Red+Green+Blue) = 118+88+152=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 152 - color contains mainly: blue. Hex color #765898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765898 is #89A767. Grayscale: #686868. Windows color (decimal): -9021288 or 9984118. OLE color: 9984118.

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

Color convert

RGB 118 88 152 -
CMYK 0.22 0.42 0 0.40
HSL 268.13º 0.27% 0.47% -
HSV(B) 268.13º 0.42% 0.6% -
XYZ 16.63 13.1 31.36 -
YUV 104.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 118 88 152 0.22 0.42 0 0.40 268.13 0.27 0.47
Hex 76 58 98 16 2A 0 28 10C 1B 2F
Octal 166 130 230 26 52 0 50 414 33 57
Binary 1110110 1011000 10011000 10110 101010 0 101000 100001100 11011 101111

Color Harmonies of #765898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765898

Black with #765898

Text Example


Text Example

White with #765898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765898; }

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

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

background-color css

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

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

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

border-color css

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

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

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