Html Css Color HEX #76657D Rum

📋 copy color: '#76657D'

red 118 ◦ green 101 ◦ blue 125

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

Shades of Rum #76657D

Tints of Rum #76657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 34.3%
G = 29.36%
B = 36.34%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76657D (or 0x76657D) is known color: Rum. HEX triplet: 76, 65 and 7D. RGB value is (118,101,125). Sum of RGB (Red+Green+Blue) = 118+101+125=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 125 - color contains mainly: blue. Hex color #76657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76657D is #899A82. Grayscale: #6C6C6C. Windows color (decimal): -9017987 or 8217974. OLE color: 8217974.

HSL color Cylindrical-coordinate representation of color #76657D: hue angle of 282.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76657D is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 101 125 -
CMYK 0.06 0.19 0 0.51
HSL 282.5º 0.11% 0.44% -
HSV(B) 282.5º 0.19% 0.49% -
XYZ 15.83 14.64 21.39 -
YUV 108.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 118 101 125 0.06 0.19 0 0.51 282.5 0.11 0.44
Hex 76 65 7D 6 13 0 33 11A B 2C
Octal 166 145 175 6 23 0 63 432 13 54
Binary 1110110 1100101 1111101 110 10011 0 110011 100011010 1011 101100

Color Harmonies of #76657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76657D

Black with #76657D

Text Example


Text Example

White with #76657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76657D; }

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

 H1.HeaderClassName
 {
   color: #76657D;
 }
 .AnyTagClassName
 {
   color: #76657D;
 }
</style>

background-color css

<style>
 a { background-color: #76657D; }

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

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

border-color css

<style>
 span { border-color: #76657D; }

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

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