Html Css Color HEX #75574A Quincy

📋 copy color: '#75574A'

red 117 ◦ green 87 ◦ blue 74

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

Shades of Quincy #75574A

Tints of Quincy #75574A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.62%

R = 42.09%
G = 31.29%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75574A (or 0x75574A) is known color: Quincy. HEX triplet: 75, 57 and 4A. RGB value is (117,87,74). Sum of RGB (Red+Green+Blue) = 117+87+74=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75574A is #8AA8B5. Grayscale: #5E5E5E. Windows color (decimal): -9087158 or 4872053. OLE color: 4872053.

HSL color Cylindrical-coordinate representation of color #75574A: hue angle of 18.14º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75574A is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 87 74 -
CMYK 0 0.26 0.37 0.54
HSL 18.14º 0.23% 0.37% -
HSV(B) 18.14º 0.37% 0.46% -
XYZ 11.98 11.09 7.99 -
YUV 94.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 117 87 74 0 0.26 0.37 0.54 18.14 0.23 0.37
Hex 75 57 4A 0 1A 25 36 12 17 25
Octal 165 127 112 0 32 45 66 22 27 45
Binary 1110101 1010111 1001010 0 11010 100101 110110 10010 10111 100101

Color Harmonies of #75574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75574A

Black with #75574A

Text Example


Text Example

White with #75574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75574A; }

 p { color: rgb(117,87,74); }

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

background-color css

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

 a { background-color: rgb(117,87,74); }

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

border-color css

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

 span { border-color: rgb(117,87,74); }

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