Html Css Color HEX #70554B Quincy

📋 copy color: '#70554B'

red 112 ◦ green 85 ◦ blue 75

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

Shades of Quincy #70554B

Tints of Quincy #70554B

RGB

 RED value IS 112 (44.14% from 255) = 41.18%

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

 BLUE value IS 75 (29.69% from 255) = 27.57%

R = 41.18%
G = 31.25%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70554B (or 0x70554B) is known color: Quincy. HEX triplet: 70, 55 and 4B. RGB value is (112,85,75). Sum of RGB (Red+Green+Blue) = 112+85+75=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70554B is #8FAAB4. Grayscale: #5C5C5C. Windows color (decimal): -9415349 or 4937072. OLE color: 4937072.

HSL color Cylindrical-coordinate representation of color #70554B: hue angle of 16.22º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70554B is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 75 -
CMYK 0 0.24 0.33 0.56
HSL 16.22º 0.2% 0.37% -
HSV(B) 16.22º 0.33% 0.44% -
XYZ 11.2 10.45 8.08 -
YUV 91.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 112 85 75 0 0.24 0.33 0.56 16.22 0.2 0.37
Hex 70 55 4B 0 18 21 38 10 14 25
Octal 160 125 113 0 30 41 70 20 24 45
Binary 1110000 1010101 1001011 0 11000 100001 111000 10000 10100 100101

Color Harmonies of #70554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70554B

Black with #70554B

Text Example


Text Example

White with #70554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,85,75); }

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

background-color css

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

 a { background-color: rgb(112,85,75); }

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

border-color css

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

 span { border-color: rgb(112,85,75); }

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