Html Css Color HEX #76564B Quincy

📋 copy color: '#76564B'

red 118 ◦ green 86 ◦ blue 75

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

Shades of Quincy #76564B

Tints of Quincy #76564B

RGB

 RED value IS 118 (46.48% from 255) = 42.29%

 GREEN value IS 86 (33.98% from 255) = 30.82%

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

R = 42.29%
G = 30.82%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76564B (or 0x76564B) is known color: Quincy. HEX triplet: 76, 56 and 4B. RGB value is (118,86,75). Sum of RGB (Red+Green+Blue) = 118+86+75=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #76564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76564B is #89A9B4. Grayscale: #5E5E5E. Windows color (decimal): -9021877 or 4937334. OLE color: 4937334.

HSL color Cylindrical-coordinate representation of color #76564B: hue angle of 15.35º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76564B is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 86 75 -
CMYK 0 0.27 0.36 0.54
HSL 15.35º 0.22% 0.38% -
HSV(B) 15.35º 0.36% 0.46% -
XYZ 12.07 11.02 8.15 -
YUV 94.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 118 86 75 0 0.27 0.36 0.54 15.35 0.22 0.38
Hex 76 56 4B 0 1B 24 36 F 16 26
Octal 166 126 113 0 33 44 66 17 26 46
Binary 1110110 1010110 1001011 0 11011 100100 110110 1111 10110 100110

Color Harmonies of #76564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76564B

Black with #76564B

Text Example


Text Example

White with #76564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,86,75); }

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

background-color css

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

 a { background-color: rgb(118,86,75); }

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

border-color css

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

 span { border-color: rgb(118,86,75); }

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