Html Css Color HEX #74625A Dorado

📋 copy color: '#74625A'

red 116 ◦ green 98 ◦ blue 90

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

Shades of Dorado #74625A

Tints of Dorado #74625A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.24%

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

R = 38.16%
G = 32.24%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74625A (or 0x74625A) is known color: Dorado. HEX triplet: 74, 62 and 5A. RGB value is (116,98,90). Sum of RGB (Red+Green+Blue) = 116+98+90=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #74625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74625A is #8B9DA5. Grayscale: #666666. Windows color (decimal): -9149862 or 5923444. OLE color: 5923444.

HSL color Cylindrical-coordinate representation of color #74625A: hue angle of 18.46º 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 #74625A is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 90 -
CMYK 0 0.16 0.22 0.55
HSL 18.46º 0.13% 0.4% -
HSV(B) 18.46º 0.22% 0.45% -
XYZ 13.42 13.19 11.51 -
YUV 102.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 116 98 90 0 0.16 0.22 0.55 18.46 0.13 0.4
Hex 74 62 5A 0 10 16 37 12 D 28
Octal 164 142 132 0 20 26 67 22 15 50
Binary 1110100 1100010 1011010 0 10000 10110 110111 10010 1101 101000

Color Harmonies of #74625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74625A

Black with #74625A

Text Example


Text Example

White with #74625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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