Html Css Color HEX #756358 Dorado

📋 copy color: '#756358'

red 117 ◦ green 99 ◦ blue 88

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

Shades of Dorado #756358

Tints of Dorado #756358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

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

R = 38.49%
G = 32.57%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#756358 (or 0x756358) is known color: Dorado. HEX triplet: 75, 63 and 58. RGB value is (117,99,88). Sum of RGB (Red+Green+Blue) = 117+99+88=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #756358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756358 is #8A9CA7. Grayscale: #676767. Windows color (decimal): -9084072 or 5792629. OLE color: 5792629.

HSL color Cylindrical-coordinate representation of color #756358: hue angle of 22.76º 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 #756358 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 99 88 -
CMYK 0 0.15 0.25 0.54
HSL 22.76º 0.14% 0.4% -
HSV(B) 22.76º 0.25% 0.46% -
XYZ 13.56 13.41 11.11 -
YUV 103.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 117 99 88 0 0.15 0.25 0.54 22.76 0.14 0.4
Hex 75 63 58 0 F 19 36 17 E 28
Octal 165 143 130 0 17 31 66 27 16 50
Binary 1110101 1100011 1011000 0 1111 11001 110110 10111 1110 101000

Color Harmonies of #756358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756358

Black with #756358

Text Example


Text Example

White with #756358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756358; }

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

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

background-color css

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

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

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

border-color css

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

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

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