Html Css Color HEX #755848 Quincy

📋 copy color: '#755848'

red 117 ◦ green 88 ◦ blue 72

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

Shades of Quincy #755848

Tints of Quincy #755848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.77%

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 42.24%
G = 31.77%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#755848 (or 0x755848) is known color: Quincy. HEX triplet: 75, 58 and 48. RGB value is (117,88,72). Sum of RGB (Red+Green+Blue) = 117+88+72=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #755848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755848 is #8AA7B7. Grayscale: #5E5E5E. Windows color (decimal): -9086904 or 4741237. OLE color: 4741237.

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

Color convert

RGB 117 88 72 -
CMYK 0 0.25 0.38 0.54
HSL 21.33º 0.24% 0.37% -
HSV(B) 21.33º 0.38% 0.46% -
XYZ 12 11.23 7.67 -
YUV 94.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 117 88 72 0 0.25 0.38 0.54 21.33 0.24 0.37
Hex 75 58 48 0 19 26 36 15 18 25
Octal 165 130 110 0 31 46 66 25 30 45
Binary 1110101 1011000 1001000 0 11001 100110 110110 10101 11000 100101

Color Harmonies of #755848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755848

Black with #755848

Text Example


Text Example

White with #755848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755848; }

 p { color: rgb(117,88,72); }

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

background-color css

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

 a { background-color: rgb(117,88,72); }

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

border-color css

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

 span { border-color: rgb(117,88,72); }

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