Html Css Color HEX #756052 Dorado

📋 copy color: '#756052'

red 117 ◦ green 96 ◦ blue 82

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

Shades of Dorado #756052

Tints of Dorado #756052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 39.66%
G = 32.54%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#756052 (or 0x756052) is known color: Dorado. HEX triplet: 75, 60 and 52. RGB value is (117,96,82). Sum of RGB (Red+Green+Blue) = 117+96+82=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #756052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756052 is #8A9FAD. Grayscale: #646464. Windows color (decimal): -9084846 or 5398645. OLE color: 5398645.

HSL color Cylindrical-coordinate representation of color #756052: hue angle of 24º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756052 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 82 -
CMYK 0 0.18 0.30 0.54
HSL 24º 0.18% 0.39% -
HSV(B) 24º 0.3% 0.46% -
XYZ 13.04 12.76 9.76 -
YUV 100.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 117 96 82 0 0.18 0.30 0.54 24 0.18 0.39
Hex 75 60 52 0 12 1E 36 18 12 27
Octal 165 140 122 0 22 36 66 30 22 47
Binary 1110101 1100000 1010010 0 10010 11110 110110 11000 10010 100111

Color Harmonies of #756052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756052

Black with #756052

Text Example


Text Example

White with #756052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756052; }

 p { color: rgb(117,96,82); }

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

background-color css

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

 a { background-color: rgb(117,96,82); }

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

border-color css

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

 span { border-color: rgb(117,96,82); }

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