Html Css Color HEX #74605D Zambezi

📋 copy color: '#74605D'

red 116 ◦ green 96 ◦ blue 93

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

Shades of Zambezi #74605D

Tints of Zambezi #74605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.48%

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 38.03%
G = 31.48%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74605D (or 0x74605D) is known color: Zambezi. HEX triplet: 74, 60 and 5D. RGB value is (116,96,93). Sum of RGB (Red+Green+Blue) = 116+96+93=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74605D is #8B9FA2. Grayscale: #656565. Windows color (decimal): -9150371 or 6119540. OLE color: 6119540.

HSL color Cylindrical-coordinate representation of color #74605D: hue angle of 7.83º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74605D is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 93 -
CMYK 0 0.17 0.20 0.55
HSL 7.83º 0.11% 0.41% -
HSV(B) 7.83º 0.2% 0.45% -
XYZ 13.36 12.87 12.14 -
YUV 101.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 116 96 93 0 0.17 0.20 0.55 7.83 0.11 0.41
Hex 74 60 5D 0 11 14 37 8 B 29
Octal 164 140 135 0 21 24 67 10 13 51
Binary 1110100 1100000 1011101 0 10001 10100 110111 1000 1011 101001

Color Harmonies of #74605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74605D

Black with #74605D

Text Example


Text Example

White with #74605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74605D; }

 p { color: rgb(116,96,93); }

 H1.HeaderClassName
 {
   color: #74605D;
 }
 .AnyTagClassName
 {
   color: #74605D;
 }
</style>

background-color css

<style>
 a { background-color: #74605D; }

 a { background-color: rgb(116,96,93); }

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

border-color css

<style>
 span { border-color: #74605D; }

 span { border-color: rgb(116,96,93); }

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