Html Css Color HEX #74645A Dorado

📋 copy color: '#74645A'

red 116 ◦ green 100 ◦ blue 90

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

Shades of Dorado #74645A

Tints of Dorado #74645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

 BLUE value IS 90 (35.55% from 255) = 29.41%

R = 37.91%
G = 32.68%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74645A (or 0x74645A) is known color: Dorado. HEX triplet: 74, 64 and 5A. RGB value is (116,100,90). Sum of RGB (Red+Green+Blue) = 116+100+90=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #74645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74645A is #8B9BA5. Grayscale: #676767. Windows color (decimal): -9149350 or 5923956. OLE color: 5923956.

HSL color Cylindrical-coordinate representation of color #74645A: hue angle of 23.08º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74645A is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 90 -
CMYK 0 0.14 0.22 0.55
HSL 23.08º 0.13% 0.4% -
HSV(B) 23.08º 0.22% 0.45% -
XYZ 13.61 13.57 11.57 -
YUV 103.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 116 100 90 0 0.14 0.22 0.55 23.08 0.13 0.4
Hex 74 64 5A 0 E 16 37 17 D 28
Octal 164 144 132 0 16 26 67 27 15 50
Binary 1110100 1100100 1011010 0 1110 10110 110111 10111 1101 101000

Color Harmonies of #74645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74645A

Black with #74645A

Text Example


Text Example

White with #74645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74645A; }

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

 H1.HeaderClassName
 {
   color: #74645A;
 }
 .AnyTagClassName
 {
   color: #74645A;
 }
</style>

background-color css

<style>
 a { background-color: #74645A; }

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

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

border-color css

<style>
 span { border-color: #74645A; }

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

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