Html Css Color HEX #74605E Zambezi

📋 copy color: '#74605E'

red 116 ◦ green 96 ◦ blue 94

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

Shades of Zambezi #74605E

Tints of Zambezi #74605E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 37.91%
G = 31.37%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74605E (or 0x74605E) is known color: Zambezi. HEX triplet: 74, 60 and 5E. RGB value is (116,96,94). Sum of RGB (Red+Green+Blue) = 116+96+94=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74605E is #8B9FA1. Grayscale: #656565. Windows color (decimal): -9150370 or 6185076. OLE color: 6185076.

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

Color convert

RGB 116 96 94 -
CMYK 0 0.17 0.19 0.55
HSL 5.45º 0.1% 0.41% -
HSV(B) 5.45º 0.19% 0.45% -
XYZ 13.41 12.89 12.37 -
YUV 101.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 116 96 94 0 0.17 0.19 0.55 5.45 0.1 0.41
Hex 74 60 5E 0 11 13 37 5 A 29
Octal 164 140 136 0 21 23 67 5 12 51
Binary 1110100 1100000 1011110 0 10001 10011 110111 101 1010 101001

Color Harmonies of #74605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74605E

Black with #74605E

Text Example


Text Example

White with #74605E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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