Html Css Color HEX #72645B Dorado

📋 copy color: '#72645B'

red 114 ◦ green 100 ◦ blue 91

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

Shades of Dorado #72645B

Tints of Dorado #72645B

RGB

 RED value IS 114 (44.92% from 255) = 37.38%

 GREEN value IS 100 (39.45% from 255) = 32.79%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 37.38%
G = 32.79%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#72645B (or 0x72645B) is known color: Dorado. HEX triplet: 72, 64 and 5B. RGB value is (114,100,91). Sum of RGB (Red+Green+Blue) = 114+100+91=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #72645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72645B is #8D9BA4. Grayscale: #676767. Windows color (decimal): -9280421 or 5989490. OLE color: 5989490.

HSL color Cylindrical-coordinate representation of color #72645B: hue angle of 23.48º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #72645B is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 91 -
CMYK 0 0.12 0.20 0.55
HSL 23.48º 0.11% 0.4% -
HSV(B) 23.48º 0.2% 0.45% -
XYZ 13.38 13.45 11.79 -
YUV 103.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 114 100 91 0 0.12 0.20 0.55 23.48 0.11 0.4
Hex 72 64 5B 0 C 14 37 17 B 28
Octal 162 144 133 0 14 24 67 27 13 50
Binary 1110010 1100100 1011011 0 1100 10100 110111 10111 1011 101000

Color Harmonies of #72645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72645B

Black with #72645B

Text Example


Text Example

White with #72645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72645B; }

 p { color: rgb(114,100,91); }

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

background-color css

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

 a { background-color: rgb(114,100,91); }

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

border-color css

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

 span { border-color: rgb(114,100,91); }

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