Html Css Color HEX #746258 Dorado

📋 copy color: '#746258'

red 116 ◦ green 98 ◦ blue 88

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

Shades of Dorado #746258

Tints of Dorado #746258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 38.41%
G = 32.45%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#746258 (or 0x746258) is known color: Dorado. HEX triplet: 74, 62 and 58. RGB value is (116,98,88). Sum of RGB (Red+Green+Blue) = 116+98+88=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #746258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746258 is #8B9DA7. Grayscale: #666666. Windows color (decimal): -9149864 or 5792372. OLE color: 5792372.

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

Color convert

RGB 116 98 88 -
CMYK 0 0.16 0.24 0.55
HSL 21.43º 0.14% 0.4% -
HSV(B) 21.43º 0.24% 0.45% -
XYZ 13.33 13.15 11.07 -
YUV 102.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 116 98 88 0 0.16 0.24 0.55 21.43 0.14 0.4
Hex 74 62 58 0 10 18 37 15 E 28
Octal 164 142 130 0 20 30 67 25 16 50
Binary 1110100 1100010 1011000 0 10000 11000 110111 10101 1110 101000

Color Harmonies of #746258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746258

Black with #746258

Text Example


Text Example

White with #746258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746258; }

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

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

background-color css

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

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

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

border-color css

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

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

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