Html Css Color HEX #745C5C Zambezi

📋 copy color: '#745C5C'

red 116 ◦ green 92 ◦ blue 92

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

Shades of Zambezi #745C5C

Tints of Zambezi #745C5C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.67%

 BLUE value IS 92 (36.33% from 255) = 30.67%

R = 38.67%
G = 30.67%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#745C5C (or 0x745C5C) is known color: Zambezi. HEX triplet: 74, 5C and 5C. RGB value is (116,92,92). Sum of RGB (Red+Green+Blue) = 116+92+92=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #745C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745C5C is #8BA3A3. Grayscale: #636363. Windows color (decimal): -9151396 or 6052980. OLE color: 6052980.

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

Color convert

RGB 116 92 92 -
CMYK 0 0.21 0.21 0.55
HSL 0.12% 0.41% -
HSV(B) 0.21% 0.45% -
XYZ 12.96 12.14 11.79 -
YUV 99.18 123.95 140 -
System Red Green Blue C M Y K H S L
Decimal 116 92 92 0 0.21 0.21 0.55 0 0.12 0.41
Hex 74 5C 5C 0 15 15 37 0 C 29
Octal 164 134 134 0 25 25 67 0 14 51
Binary 1110100 1011100 1011100 0 10101 10101 110111 0 1100 101001

Color Harmonies of #745C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C5C

Black with #745C5C

Text Example


Text Example

White with #745C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745C5C; }

 p { color: rgb(116,92,92); }

 H1.HeaderClassName
 {
   color: #745C5C;
 }
 .AnyTagClassName
 {
   color: #745C5C;
 }
</style>

background-color css

<style>
 a { background-color: #745C5C; }

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

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

border-color css

<style>
 span { border-color: #745C5C; }

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

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