Html Css Color HEX #765A7D Rum

📋 copy color: '#765A7D'

red 118 ◦ green 90 ◦ blue 125

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

Shades of Rum #765A7D

Tints of Rum #765A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.03%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 35.44%
G = 27.03%
B = 37.54%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#765A7D (or 0x765A7D) is known color: Rum. HEX triplet: 76, 5A and 7D. RGB value is (118,90,125). Sum of RGB (Red+Green+Blue) = 118+90+125=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #765A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A7D is #89A582. Grayscale: #666666. Windows color (decimal): -9020803 or 8215158. OLE color: 8215158.

HSL color Cylindrical-coordinate representation of color #765A7D: hue angle of 288º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #765A7D is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 90 125 -
CMYK 0.06 0.28 0 0.51
HSL 288º 0.16% 0.42% -
HSV(B) 288º 0.28% 0.49% -
XYZ 14.83 12.64 21.06 -
YUV 102.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 118 90 125 0.06 0.28 0 0.51 288 0.16 0.42
Hex 76 5A 7D 6 1C 0 33 120 10 2A
Octal 166 132 175 6 34 0 63 440 20 52
Binary 1110110 1011010 1111101 110 11100 0 110011 100100000 10000 101010

Color Harmonies of #765A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A7D

Black with #765A7D

Text Example


Text Example

White with #765A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,90,125); }

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

background-color css

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

 a { background-color: rgb(118,90,125); }

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

border-color css

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

 span { border-color: rgb(118,90,125); }

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