Html Css Color HEX #74637B Rum

📋 copy color: '#74637B'

red 116 ◦ green 99 ◦ blue 123

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

Shades of Rum #74637B

Tints of Rum #74637B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 123 (48.44% from 255) = 36.39%

R = 34.32%
G = 29.29%
B = 36.39%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74637B (or 0x74637B) is known color: Rum. HEX triplet: 74, 63 and 7B. RGB value is (116,99,123). Sum of RGB (Red+Green+Blue) = 116+99+123=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 123 - color contains mainly: blue. Hex color #74637B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74637B is #8B9C84. Grayscale: #6A6A6A. Windows color (decimal): -9149573 or 8086388. OLE color: 8086388.

HSL color Cylindrical-coordinate representation of color #74637B: hue angle of 282.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74637B is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 99 123 -
CMYK 0.06 0.20 0 0.52
HSL 282.5º 0.11% 0.44% -
HSV(B) 282.5º 0.2% 0.48% -
XYZ 15.24 14.07 20.65 -
YUV 106.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 116 99 123 0.06 0.20 0 0.52 282.5 0.11 0.44
Hex 74 63 7B 6 14 0 34 11A B 2C
Octal 164 143 173 6 24 0 64 432 13 54
Binary 1110100 1100011 1111011 110 10100 0 110100 100011010 1011 101100

Color Harmonies of #74637B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74637B

Black with #74637B

Text Example


Text Example

White with #74637B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74637B; }

 p { color: rgb(116,99,123); }

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

background-color css

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

 a { background-color: rgb(116,99,123); }

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

border-color css

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

 span { border-color: rgb(116,99,123); }

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