Html Css Color HEX #74627D Rum

📋 copy color: '#74627D'

red 116 ◦ green 98 ◦ blue 125

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

Shades of Rum #74627D

Tints of Rum #74627D

RGB

 RED value IS 116 (45.7% from 255) = 34.22%

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

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

R = 34.22%
G = 28.91%
B = 36.87%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74627D (or 0x74627D) is known color: Rum. HEX triplet: 74, 62 and 7D. RGB value is (116,98,125). Sum of RGB (Red+Green+Blue) = 116+98+125=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 125 - color contains mainly: blue. Hex color #74627D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74627D is #8B9D82. Grayscale: #6A6A6A. Windows color (decimal): -9149827 or 8217204. OLE color: 8217204.

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

Color convert

RGB 116 98 125 -
CMYK 0.07 0.22 0 0.51
HSL 280º 0.12% 0.44% -
HSV(B) 280º 0.22% 0.49% -
XYZ 15.27 13.93 21.29 -
YUV 106.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 116 98 125 0.07 0.22 0 0.51 280 0.12 0.44
Hex 74 62 7D 7 16 0 33 118 C 2C
Octal 164 142 175 7 26 0 63 430 14 54
Binary 1110100 1100010 1111101 111 10110 0 110011 100011000 1100 101100

Color Harmonies of #74627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74627D

Black with #74627D

Text Example


Text Example

White with #74627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,98,125); }

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

background-color css

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

 a { background-color: rgb(116,98,125); }

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

border-color css

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

 span { border-color: rgb(116,98,125); }

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