Html Css Color HEX #77484C Tosca

📋 copy color: '#77484C'

red 119 ◦ green 72 ◦ blue 76

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

Shades of Tosca #77484C

Tints of Tosca #77484C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.97%

 BLUE value IS 76 (30.08% from 255) = 28.46%

R = 44.57%
G = 26.97%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77484C (or 0x77484C) is known color: Tosca. HEX triplet: 77, 48 and 4C. RGB value is (119,72,76). Sum of RGB (Red+Green+Blue) = 119+72+76=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77484C is #88B7B3. Grayscale: #565656. Windows color (decimal): -8959924 or 4999287. OLE color: 4999287.

HSL color Cylindrical-coordinate representation of color #77484C: hue angle of 354.89º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77484C is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 72 76 -
CMYK 0 0.39 0.36 0.53
HSL 354.89º 0.25% 0.37% -
HSV(B) 354.89º 0.39% 0.47% -
XYZ 11.23 9.08 8 -
YUV 86.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 119 72 76 0 0.39 0.36 0.53 354.89 0.25 0.37
Hex 77 48 4C 0 27 24 35 163 19 25
Octal 167 110 114 0 47 44 65 543 31 45
Binary 1110111 1001000 1001100 0 100111 100100 110101 101100011 11001 100101

Color Harmonies of #77484C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77484C

Black with #77484C

Text Example


Text Example

White with #77484C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77484C; }

 p { color: rgb(119,72,76); }

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

background-color css

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

 a { background-color: rgb(119,72,76); }

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

border-color css

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

 span { border-color: rgb(119,72,76); }

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