Html Css Color HEX #755C4D Dorado

📋 copy color: '#755C4D'

red 117 ◦ green 92 ◦ blue 77

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

Shades of Dorado #755C4D

Tints of Dorado #755C4D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.17%

 BLUE value IS 77 (30.47% from 255) = 26.92%

R = 40.91%
G = 32.17%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#755C4D (or 0x755C4D) is known color: Dorado. HEX triplet: 75, 5C and 4D. RGB value is (117,92,77). Sum of RGB (Red+Green+Blue) = 117+92+77=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #755C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C4D is #8AA3B2. Grayscale: #616161. Windows color (decimal): -9085875 or 5069941. OLE color: 5069941.

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

Color convert

RGB 117 92 77 -
CMYK 0 0.21 0.34 0.54
HSL 22.5º 0.21% 0.38% -
HSV(B) 22.5º 0.34% 0.46% -
XYZ 12.5 11.97 8.67 -
YUV 97.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 117 92 77 0 0.21 0.34 0.54 22.5 0.21 0.38
Hex 75 5C 4D 0 15 22 36 16 15 26
Octal 165 134 115 0 25 42 66 26 25 46
Binary 1110101 1011100 1001101 0 10101 100010 110110 10110 10101 100110

Color Harmonies of #755C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C4D

Black with #755C4D

Text Example


Text Example

White with #755C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,77); }

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

background-color css

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

 a { background-color: rgb(117,92,77); }

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

border-color css

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

 span { border-color: rgb(117,92,77); }

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