Html Css Color HEX #745A4C Dorado

📋 copy color: '#745A4C'

red 116 ◦ green 90 ◦ blue 76

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

Shades of Dorado #745A4C

Tints of Dorado #745A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.91%

 BLUE value IS 76 (30.08% from 255) = 26.95%

R = 41.13%
G = 31.91%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#745A4C (or 0x745A4C) is known color: Dorado. HEX triplet: 74, 5A and 4C. RGB value is (116,90,76). Sum of RGB (Red+Green+Blue) = 116+90+76=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #745A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A4C is #8BA5B3. Grayscale: #606060. Windows color (decimal): -9151924 or 5003892. OLE color: 5003892.

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

Color convert

RGB 116 90 76 -
CMYK 0 0.22 0.34 0.55
HSL 21º 0.21% 0.38% -
HSV(B) 21º 0.34% 0.45% -
XYZ 12.16 11.55 8.43 -
YUV 96.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 116 90 76 0 0.22 0.34 0.55 21 0.21 0.38
Hex 74 5A 4C 0 16 22 37 15 15 26
Octal 164 132 114 0 26 42 67 25 25 46
Binary 1110100 1011010 1001100 0 10110 100010 110111 10101 10101 100110

Color Harmonies of #745A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745A4C

Black with #745A4C

Text Example


Text Example

White with #745A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,90,76); }

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

background-color css

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

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

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

border-color css

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

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

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