Html Css Color HEX #74566E Salt Box

📋 copy color: '#74566E'

red 116 ◦ green 86 ◦ blue 110

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

Shades of Salt Box #74566E

Tints of Salt Box #74566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 37.18%
G = 27.56%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74566E (or 0x74566E) is known color: Salt Box. HEX triplet: 74, 56 and 6E. RGB value is (116,86,110). Sum of RGB (Red+Green+Blue) = 116+86+110=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74566E is #8BA991. Grayscale: #616161. Windows color (decimal): -9152914 or 7231092. OLE color: 7231092.

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

Color convert

RGB 116 86 110 -
CMYK 0 0.26 0.05 0.55
HSL 312º 0.15% 0.4% -
HSV(B) 312º 0.26% 0.45% -
XYZ 13.34 11.49 16.27 -
YUV 97.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 116 86 110 0 0.26 0.05 0.55 312 0.15 0.4
Hex 74 56 6E 0 1A 5 37 138 F 28
Octal 164 126 156 0 32 5 67 470 17 50
Binary 1110100 1010110 1101110 0 11010 101 110111 100111000 1111 101000

Color Harmonies of #74566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74566E

Black with #74566E

Text Example


Text Example

White with #74566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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