Html Css Color HEX #765C7B Rum

📋 copy color: '#765C7B'

red 118 ◦ green 92 ◦ blue 123

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

Shades of Rum #765C7B

Tints of Rum #765C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.94%

R = 35.44%
G = 27.63%
B = 36.94%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#765C7B (or 0x765C7B) is known color: Rum. HEX triplet: 76, 5C and 7B. RGB value is (118,92,123). Sum of RGB (Red+Green+Blue) = 118+92+123=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #765C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C7B is #89A384. Grayscale: #676767. Windows color (decimal): -9020293 or 8084598. OLE color: 8084598.

HSL color Cylindrical-coordinate representation of color #765C7B: hue angle of 290.32º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #765C7B is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 92 123 -
CMYK 0.04 0.25 0 0.52
HSL 290.32º 0.14% 0.42% -
HSV(B) 290.32º 0.25% 0.48% -
XYZ 14.87 12.94 20.45 -
YUV 103.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 118 92 123 0.04 0.25 0 0.52 290.32 0.14 0.42
Hex 76 5C 7B 4 19 0 34 122 E 2A
Octal 166 134 173 4 31 0 64 442 16 52
Binary 1110110 1011100 1111011 100 11001 0 110100 100100010 1110 101010

Color Harmonies of #765C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C7B

Black with #765C7B

Text Example


Text Example

White with #765C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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