Html Css Color HEX #716774 Rum

📋 copy color: '#716774'

red 113 ◦ green 103 ◦ blue 116

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

Shades of Rum #716774

Tints of Rum #716774

RGB

 RED value IS 113 (44.53% from 255) = 34.04%

 GREEN value IS 103 (40.63% from 255) = 31.02%

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 34.04%
G = 31.02%
B = 34.94%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#716774 (or 0x716774) is known color: Rum. HEX triplet: 71, 67 and 74. RGB value is (113,103,116). Sum of RGB (Red+Green+Blue) = 113+103+116=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 116 - color contains mainly: blue. Hex color #716774 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716774 is #8E988B. Grayscale: #6B6B6B. Windows color (decimal): -9345164 or 7628657. OLE color: 7628657.

HSL color Cylindrical-coordinate representation of color #716774: hue angle of 286.15º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #716774 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 103 116 -
CMYK 0.03 0.11 0 0.55
HSL 286.15º 0.06% 0.43% -
HSV(B) 286.15º 0.11% 0.45% -
XYZ 14.81 14.47 18.54 -
YUV 107.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 113 103 116 0.03 0.11 0 0.55 286.15 0.06 0.43
Hex 71 67 74 3 B 0 37 11E 6 2B
Octal 161 147 164 3 13 0 67 436 6 53
Binary 1110001 1100111 1110100 11 1011 0 110111 100011110 110 101011

Color Harmonies of #716774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716774

Black with #716774

Text Example


Text Example

White with #716774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716774; }

 p { color: rgb(113,103,116); }

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

background-color css

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

 a { background-color: rgb(113,103,116); }

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

border-color css

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

 span { border-color: rgb(113,103,116); }

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