Html Css Color HEX #76627F Rum

📋 copy color: '#76627F'

red 118 ◦ green 98 ◦ blue 127

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

Shades of Rum #76627F

Tints of Rum #76627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.57%

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

R = 34.4%
G = 28.57%
B = 37.03%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76627F (or 0x76627F) is known color: Rum. HEX triplet: 76, 62 and 7F. RGB value is (118,98,127). Sum of RGB (Red+Green+Blue) = 118+98+127=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 127 - color contains mainly: blue. Hex color #76627F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76627F is #899D80. Grayscale: #6B6B6B. Windows color (decimal): -9018753 or 8348278. OLE color: 8348278.

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

Color convert

RGB 118 98 127 -
CMYK 0.07 0.23 0 0.50
HSL 281.38º 0.13% 0.44% -
HSV(B) 281.38º 0.23% 0.5% -
XYZ 15.67 14.12 21.98 -
YUV 107.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 118 98 127 0.07 0.23 0 0.50 281.38 0.13 0.44
Hex 76 62 7F 7 17 0 32 119 D 2C
Octal 166 142 177 7 27 0 62 431 15 54
Binary 1110110 1100010 1111111 111 10111 0 110010 100011001 1101 101100

Color Harmonies of #76627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76627F

Black with #76627F

Text Example


Text Example

White with #76627F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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