Html Css Color HEX #765C98 Studio

📋 copy color: '#765C98'

red 118 ◦ green 92 ◦ blue 152

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

Shades of Studio #765C98

Tints of Studio #765C98

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

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

R = 32.6%
G = 25.41%
B = 41.99%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#765C98 (or 0x765C98) is known color: Studio. HEX triplet: 76, 5C and 98. RGB value is (118,92,152). Sum of RGB (Red+Green+Blue) = 118+92+152=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #765C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765C98 is #89A367. Grayscale: #6A6A6A. Windows color (decimal): -9020264 or 9985142. OLE color: 9985142.

HSL color Cylindrical-coordinate representation of color #765C98: hue angle of 266º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #765C98 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 92 152 -
CMYK 0.22 0.39 0 0.40
HSL 266º 0.25% 0.48% -
HSV(B) 266º 0.39% 0.6% -
XYZ 16.97 13.77 31.47 -
YUV 106.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 118 92 152 0.22 0.39 0 0.40 266 0.25 0.48
Hex 76 5C 98 16 27 0 28 10A 19 30
Octal 166 134 230 26 47 0 50 412 31 60
Binary 1110110 1011100 10011000 10110 100111 0 101000 100001010 11001 110000

Color Harmonies of #765C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C98

Black with #765C98

Text Example


Text Example

White with #765C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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