Html Css Color HEX #74584E Dorado

📋 copy color: '#74584E'

red 116 ◦ green 88 ◦ blue 78

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

Shades of Dorado #74584E

Tints of Dorado #74584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.21%

 BLUE value IS 78 (30.86% from 255) = 27.66%

R = 41.13%
G = 31.21%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#74584E (or 0x74584E) is known color: Dorado. HEX triplet: 74, 58 and 4E. RGB value is (116,88,78). Sum of RGB (Red+Green+Blue) = 116+88+78=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #74584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74584E is #8BA7B1. Grayscale: #5F5F5F. Windows color (decimal): -9152434 or 5134452. OLE color: 5134452.

HSL color Cylindrical-coordinate representation of color #74584E: hue angle of 15.79º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74584E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 88 78 -
CMYK 0 0.24 0.33 0.55
HSL 15.79º 0.2% 0.38% -
HSV(B) 15.79º 0.33% 0.45% -
XYZ 12.07 11.24 8.74 -
YUV 95.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 116 88 78 0 0.24 0.33 0.55 15.79 0.2 0.38
Hex 74 58 4E 0 18 21 37 10 14 26
Octal 164 130 116 0 30 41 67 20 24 46
Binary 1110100 1011000 1001110 0 11000 100001 110111 10000 10100 100110

Color Harmonies of #74584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74584E

Black with #74584E

Text Example


Text Example

White with #74584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,88,78); }

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

background-color css

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

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

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

border-color css

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

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

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