Html Css Color HEX #75554A Quincy

📋 copy color: '#75554A'

red 117 ◦ green 85 ◦ blue 74

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

Shades of Quincy #75554A

Tints of Quincy #75554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 42.39%
G = 30.8%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75554A (or 0x75554A) is known color: Quincy. HEX triplet: 75, 55 and 4A. RGB value is (117,85,74). Sum of RGB (Red+Green+Blue) = 117+85+74=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #75554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75554A is #8AAAB5. Grayscale: #5D5D5D. Windows color (decimal): -9087670 or 4871541. OLE color: 4871541.

HSL color Cylindrical-coordinate representation of color #75554A: hue angle of 15.35º 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 #75554A is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 74 -
CMYK 0 0.27 0.37 0.54
HSL 15.35º 0.23% 0.37% -
HSV(B) 15.35º 0.37% 0.46% -
XYZ 11.82 10.77 7.94 -
YUV 93.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 117 85 74 0 0.27 0.37 0.54 15.35 0.23 0.37
Hex 75 55 4A 0 1B 25 36 F 17 25
Octal 165 125 112 0 33 45 66 17 27 45
Binary 1110101 1010101 1001010 0 11011 100101 110110 1111 10111 100101

Color Harmonies of #75554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75554A

Black with #75554A

Text Example


Text Example

White with #75554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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