Html Css Color HEX #725745 Quincy

📋 copy color: '#725745'

red 114 ◦ green 87 ◦ blue 69

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

Shades of Quincy #725745

Tints of Quincy #725745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 42.22%
G = 32.22%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#725745 (or 0x725745) is known color: Quincy. HEX triplet: 72, 57 and 45. RGB value is (114,87,69). Sum of RGB (Red+Green+Blue) = 114+87+69=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 114 - color contains mainly: red. Hex color #725745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #725745 is #8DA8BA. Grayscale: #5D5D5D. Windows color (decimal): -9283771 or 4544370. OLE color: 4544370.

HSL color Cylindrical-coordinate representation of color #725745: hue angle of 24º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #725745 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 87 69 -
CMYK 0 0.24 0.39 0.55
HSL 24º 0.25% 0.36% -
HSV(B) 24º 0.39% 0.45% -
XYZ 11.42 10.82 7.12 -
YUV 93.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 114 87 69 0 0.24 0.39 0.55 24 0.25 0.36
Hex 72 57 45 0 18 27 37 18 19 24
Octal 162 127 105 0 30 47 67 30 31 44
Binary 1110010 1010111 1000101 0 11000 100111 110111 11000 11001 100100

Color Harmonies of #725745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725745

Black with #725745

Text Example


Text Example

White with #725745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725745; }

 p { color: rgb(114,87,69); }

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

background-color css

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

 a { background-color: rgb(114,87,69); }

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

border-color css

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

 span { border-color: rgb(114,87,69); }

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