Html Css Color HEX #74607E Rum

📋 copy color: '#74607E'

red 116 ◦ green 96 ◦ blue 126

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

Shades of Rum #74607E

Tints of Rum #74607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

 BLUE value IS 126 (49.61% from 255) = 37.28%

R = 34.32%
G = 28.4%
B = 37.28%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74607E (or 0x74607E) is known color: Rum. HEX triplet: 74, 60 and 7E. RGB value is (116,96,126). Sum of RGB (Red+Green+Blue) = 116+96+126=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 126 - color contains mainly: blue. Hex color #74607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74607E is #8B9F81. Grayscale: #696969. Windows color (decimal): -9150338 or 8282228. OLE color: 8282228.

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

Color convert

RGB 116 96 126 -
CMYK 0.08 0.24 0 0.51
HSL 280º 0.14% 0.44% -
HSV(B) 280º 0.24% 0.49% -
XYZ 15.15 13.59 21.56 -
YUV 105.4 139.63 135.56 -
System Red Green Blue C M Y K H S L
Decimal 116 96 126 0.08 0.24 0 0.51 280 0.14 0.44
Hex 74 60 7E 8 18 0 33 118 E 2C
Octal 164 140 176 10 30 0 63 430 16 54
Binary 1110100 1100000 1111110 1000 11000 0 110011 100011000 1110 101100

Color Harmonies of #74607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74607E

Black with #74607E

Text Example


Text Example

White with #74607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74607E; }

 p { color: rgb(116,96,126); }

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

background-color css

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

 a { background-color: rgb(116,96,126); }

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

border-color css

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

 span { border-color: rgb(116,96,126); }

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