Html Css Color HEX #77464C Tosca

📋 copy color: '#77464C'

red 119 ◦ green 70 ◦ blue 76

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

Shades of Tosca #77464C

Tints of Tosca #77464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

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

R = 44.91%
G = 26.42%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77464C (or 0x77464C) is known color: Tosca. HEX triplet: 77, 46 and 4C. RGB value is (119,70,76). Sum of RGB (Red+Green+Blue) = 119+70+76=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77464C is #88B9B3. Grayscale: #555555. Windows color (decimal): -8960436 or 4998775. OLE color: 4998775.

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

Color convert

RGB 119 70 76 -
CMYK 0 0.41 0.36 0.53
HSL 352.65º 0.26% 0.37% -
HSV(B) 352.65º 0.41% 0.47% -
XYZ 11.1 8.82 7.96 -
YUV 85.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 119 70 76 0 0.41 0.36 0.53 352.65 0.26 0.37
Hex 77 46 4C 0 29 24 35 161 1A 25
Octal 167 106 114 0 51 44 65 541 32 45
Binary 1110111 1000110 1001100 0 101001 100100 110101 101100001 11010 100101

Color Harmonies of #77464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77464C

Black with #77464C

Text Example


Text Example

White with #77464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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