Html Css Color HEX #755A4E Dorado

📋 copy color: '#755A4E'

red 117 ◦ green 90 ◦ blue 78

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

Shades of Dorado #755A4E

Tints of Dorado #755A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 41.05%
G = 31.58%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#755A4E (or 0x755A4E) is known color: Dorado. HEX triplet: 75, 5A and 4E. RGB value is (117,90,78). Sum of RGB (Red+Green+Blue) = 117+90+78=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A4E is #8AA5B1. Grayscale: #606060. Windows color (decimal): -9086386 or 5134965. OLE color: 5134965.

HSL color Cylindrical-coordinate representation of color #755A4E: hue angle of 18.46º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #755A4E is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 78 -
CMYK 0 0.23 0.33 0.54
HSL 18.46º 0.2% 0.38% -
HSV(B) 18.46º 0.33% 0.46% -
XYZ 12.37 11.64 8.8 -
YUV 96.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 117 90 78 0 0.23 0.33 0.54 18.46 0.2 0.38
Hex 75 5A 4E 0 17 21 36 12 14 26
Octal 165 132 116 0 27 41 66 22 24 46
Binary 1110101 1011010 1001110 0 10111 100001 110110 10010 10100 100110

Color Harmonies of #755A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A4E

Black with #755A4E

Text Example


Text Example

White with #755A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A4E; }

 p { color: rgb(117,90,78); }

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

background-color css

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

 a { background-color: rgb(117,90,78); }

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

border-color css

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

 span { border-color: rgb(117,90,78); }

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