Html Css Color HEX #775C54 Russett

📋 copy color: '#775C54'

red 119 ◦ green 92 ◦ blue 84

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

Shades of Russett #775C54

Tints of Russett #775C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

 BLUE value IS 84 (33.2% from 255) = 28.47%

R = 40.34%
G = 31.19%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#775C54 (or 0x775C54) is known color: Russett. HEX triplet: 77, 5C and 54. RGB value is (119,92,84). Sum of RGB (Red+Green+Blue) = 119+92+84=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #775C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C54 is #88A3AB. Grayscale: #636363. Windows color (decimal): -8954796 or 5528695. OLE color: 5528695.

HSL color Cylindrical-coordinate representation of color #775C54: hue angle of 13.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775C54 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 92 84 -
CMYK 0 0.23 0.29 0.53
HSL 13.71º 0.17% 0.4% -
HSV(B) 13.71º 0.29% 0.47% -
XYZ 13.04 12.22 10.06 -
YUV 99.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 119 92 84 0 0.23 0.29 0.53 13.71 0.17 0.4
Hex 77 5C 54 0 17 1D 35 E 11 28
Octal 167 134 124 0 27 35 65 16 21 50
Binary 1110111 1011100 1010100 0 10111 11101 110101 1110 10001 101000

Color Harmonies of #775C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C54

Black with #775C54

Text Example


Text Example

White with #775C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775C54; }

 p { color: rgb(119,92,84); }

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

background-color css

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

 a { background-color: rgb(119,92,84); }

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

border-color css

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

 span { border-color: rgb(119,92,84); }

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