Html Css Color HEX #74506E Salt Box

📋 copy color: '#74506E'

red 116 ◦ green 80 ◦ blue 110

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

Shades of Salt Box #74506E

Tints of Salt Box #74506E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 37.91%
G = 26.14%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74506E (or 0x74506E) is known color: Salt Box. HEX triplet: 74, 50 and 6E. RGB value is (116,80,110). Sum of RGB (Red+Green+Blue) = 116+80+110=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74506E is #8BAF91. Grayscale: #5E5E5E. Windows color (decimal): -9154450 or 7229556. OLE color: 7229556.

HSL color Cylindrical-coordinate representation of color #74506E: hue angle of 310º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74506E is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 110 -
CMYK 0 0.31 0.05 0.55
HSL 310º 0.18% 0.38% -
HSV(B) 310º 0.31% 0.45% -
XYZ 12.89 10.58 16.11 -
YUV 94.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 116 80 110 0 0.31 0.05 0.55 310 0.18 0.38
Hex 74 50 6E 0 1F 5 37 136 12 26
Octal 164 120 156 0 37 5 67 466 22 46
Binary 1110100 1010000 1101110 0 11111 101 110111 100110110 10010 100110

Color Harmonies of #74506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74506E

Black with #74506E

Text Example


Text Example

White with #74506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,80,110); }

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

background-color css

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

 a { background-color: rgb(116,80,110); }

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

border-color css

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

 span { border-color: rgb(116,80,110); }

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