Html Css Color HEX #74506B Salt Box

📋 copy color: '#74506B'

red 116 ◦ green 80 ◦ blue 107

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

Shades of Salt Box #74506B

Tints of Salt Box #74506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 38.28%
G = 26.4%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74506B (or 0x74506B) is known color: Salt Box. HEX triplet: 74, 50 and 6B. RGB value is (116,80,107). Sum of RGB (Red+Green+Blue) = 116+80+107=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #74506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74506B is #8BAF94. Grayscale: #5D5D5D. Windows color (decimal): -9154453 or 7032948. OLE color: 7032948.

HSL color Cylindrical-coordinate representation of color #74506B: hue angle of 315º 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 #74506B is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 107 -
CMYK 0 0.31 0.08 0.55
HSL 315º 0.18% 0.38% -
HSV(B) 315º 0.31% 0.45% -
XYZ 12.72 10.51 15.27 -
YUV 93.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 116 80 107 0 0.31 0.08 0.55 315 0.18 0.38
Hex 74 50 6B 0 1F 8 37 13B 12 26
Octal 164 120 153 0 37 10 67 473 22 46
Binary 1110100 1010000 1101011 0 11111 1000 110111 100111011 10010 100110

Color Harmonies of #74506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74506B

Black with #74506B

Text Example


Text Example

White with #74506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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