Html Css Color HEX #77574B Quincy

📋 copy color: '#77574B'

red 119 ◦ green 87 ◦ blue 75

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

Shades of Quincy #77574B

Tints of Quincy #77574B

RGB

 RED value IS 119 (46.88% from 255) = 42.35%

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

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

R = 42.35%
G = 30.96%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77574B (or 0x77574B) is known color: Quincy. HEX triplet: 77, 57 and 4B. RGB value is (119,87,75). Sum of RGB (Red+Green+Blue) = 119+87+75=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77574B is #88A8B4. Grayscale: #5F5F5F. Windows color (decimal): -8956085 or 4937591. OLE color: 4937591.

HSL color Cylindrical-coordinate representation of color #77574B: hue angle of 16.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77574B is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 87 75 -
CMYK 0 0.27 0.37 0.53
HSL 16.36º 0.23% 0.38% -
HSV(B) 16.36º 0.37% 0.47% -
XYZ 12.29 11.25 8.18 -
YUV 95.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 119 87 75 0 0.27 0.37 0.53 16.36 0.23 0.38
Hex 77 57 4B 0 1B 25 35 10 17 26
Octal 167 127 113 0 33 45 65 20 27 46
Binary 1110111 1010111 1001011 0 11011 100101 110101 10000 10111 100110

Color Harmonies of #77574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77574B

Black with #77574B

Text Example


Text Example

White with #77574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,87,75); }

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

background-color css

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

 a { background-color: rgb(119,87,75); }

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

border-color css

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

 span { border-color: rgb(119,87,75); }

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