Html Css Color HEX #76617F Rum

📋 copy color: '#76617F'

red 118 ◦ green 97 ◦ blue 127

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

Shades of Rum #76617F

Tints of Rum #76617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.36%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 34.5%
G = 28.36%
B = 37.13%

CMYK

 C value IS 0.07

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76617F (or 0x76617F) is known color: Rum. HEX triplet: 76, 61 and 7F. RGB value is (118,97,127). Sum of RGB (Red+Green+Blue) = 118+97+127=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 127 - color contains mainly: blue. Hex color #76617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76617F is #899E80. Grayscale: #6A6A6A. Windows color (decimal): -9019009 or 8348022. OLE color: 8348022.

HSL color Cylindrical-coordinate representation of color #76617F: hue angle of 282º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76617F is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 97 127 -
CMYK 0.07 0.24 0 0.50
HSL 282º 0.13% 0.44% -
HSV(B) 282º 0.24% 0.5% -
XYZ 15.58 13.93 21.95 -
YUV 106.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 118 97 127 0.07 0.24 0 0.50 282 0.13 0.44
Hex 76 61 7F 7 18 0 32 11A D 2C
Octal 166 141 177 7 30 0 62 432 15 54
Binary 1110110 1100001 1111111 111 11000 0 110010 100011010 1101 101100

Color Harmonies of #76617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76617F

Black with #76617F

Text Example


Text Example

White with #76617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76617F; }

 p { color: rgb(118,97,127); }

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

background-color css

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

 a { background-color: rgb(118,97,127); }

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

border-color css

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

 span { border-color: rgb(118,97,127); }

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