Html Css Color HEX #74667B Rum

📋 copy color: '#74667B'

red 116 ◦ green 102 ◦ blue 123

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

Shades of Rum #74667B

Tints of Rum #74667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

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

R = 34.02%
G = 29.91%
B = 36.07%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#74667B (or 0x74667B) is known color: Rum. HEX triplet: 74, 66 and 7B. RGB value is (116,102,123). Sum of RGB (Red+Green+Blue) = 116+102+123=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 123 - color contains mainly: blue. Hex color #74667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74667B is #8B9984. Grayscale: #6C6C6C. Windows color (decimal): -9148805 or 8087156. OLE color: 8087156.

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

Color convert

RGB 116 102 123 -
CMYK 0.06 0.17 0 0.52
HSL 280º 0.09% 0.44% -
HSV(B) 280º 0.17% 0.48% -
XYZ 15.53 14.65 20.75 -
YUV 108.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 116 102 123 0.06 0.17 0 0.52 280 0.09 0.44
Hex 74 66 7B 6 11 0 34 118 9 2C
Octal 164 146 173 6 21 0 64 430 11 54
Binary 1110100 1100110 1111011 110 10001 0 110100 100011000 1001 101100

Color Harmonies of #74667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74667B

Black with #74667B

Text Example


Text Example

White with #74667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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