Html Css Color HEX #756258 Dorado

📋 copy color: '#756258'

red 117 ◦ green 98 ◦ blue 88

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

Shades of Dorado #756258

Tints of Dorado #756258

RGB

 RED value IS 117 (46.09% from 255) = 38.61%

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

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

R = 38.61%
G = 32.34%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#756258 (or 0x756258) is known color: Dorado. HEX triplet: 75, 62 and 58. RGB value is (117,98,88). Sum of RGB (Red+Green+Blue) = 117+98+88=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #756258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756258 is #8A9DA7. Grayscale: #666666. Windows color (decimal): -9084328 or 5792373. OLE color: 5792373.

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

Color convert

RGB 117 98 88 -
CMYK 0 0.16 0.25 0.54
HSL 20.69º 0.14% 0.4% -
HSV(B) 20.69º 0.25% 0.46% -
XYZ 13.47 13.22 11.07 -
YUV 102.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 117 98 88 0 0.16 0.25 0.54 20.69 0.14 0.4
Hex 75 62 58 0 10 19 36 15 E 28
Octal 165 142 130 0 20 31 66 25 16 50
Binary 1110101 1100010 1011000 0 10000 11001 110110 10101 1110 101000

Color Harmonies of #756258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756258

Black with #756258

Text Example


Text Example

White with #756258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756258; }

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

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

background-color css

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

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

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

border-color css

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

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

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