Html Css Color HEX #765E7D Rum

📋 copy color: '#765E7D'

red 118 ◦ green 94 ◦ blue 125

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

Shades of Rum #765E7D

Tints of Rum #765E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 35.01%
G = 27.89%
B = 37.09%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#765E7D (or 0x765E7D) is known color: Rum. HEX triplet: 76, 5E and 7D. RGB value is (118,94,125). Sum of RGB (Red+Green+Blue) = 118+94+125=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #765E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765E7D is #89A182. Grayscale: #686868. Windows color (decimal): -9019779 or 8216182. OLE color: 8216182.

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

Color convert

RGB 118 94 125 -
CMYK 0.06 0.25 0 0.51
HSL 286.45º 0.14% 0.43% -
HSV(B) 286.45º 0.25% 0.49% -
XYZ 15.18 13.34 21.18 -
YUV 104.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 118 94 125 0.06 0.25 0 0.51 286.45 0.14 0.43
Hex 76 5E 7D 6 19 0 33 11E E 2B
Octal 166 136 175 6 31 0 63 436 16 53
Binary 1110110 1011110 1111101 110 11001 0 110011 100011110 1110 101011

Color Harmonies of #765E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E7D

Black with #765E7D

Text Example


Text Example

White with #765E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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