#72655D

Color #72655D Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #72655D

Tints of Dorado #72655D

Color information

#72655D (or 0x72655D) is unknown color: approx Dorado. HEX triplet: 72, 65 and 5D. RGB value is (114,101,93). Sum of RGB (Red+Green+Blue) = 114+101+93=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72655D is #8D9AA2. Grayscale: #686868. Windows color (decimal): -9280163 or 6120818. OLE color: 6120818.

HSL color Cylindrical-coordinate representation of color #72655D: hue angle of 22.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72655D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB11410193-
CMYK00.110.180.55
HSL22.86º10.14%40.59%-
HSV(B)22.86º18.42%44.71%-
XYZ13.5713.6812.28-
YUV103.98121.81135.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=37.01%
G=32.79%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141019300.110.180.5522.8610.1440.59
Hex72655D0B123717a29
Octal1621451350132267271251
Binary1110010110010110111010101110010110111101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72655D; }

 p { color: rgb(114,101,93); }

 H1.HeaderClassName
 {
   color: #72655D;
 }
 .AnyTagClassName
 {
   color: #72655D;
 }
</style>
background-color css

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

 a { background-color: rgb(114,101,93); }

 div.DivClassName
 {
   background-color: #72655D;
 }
 .BgClassName
 {
   background-color: #72655D;
 }
</style>
border-color css

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

 span { border-color: rgb(114,101,93); }

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