Html Css Color HEX #77454C Tosca

📋 copy color: '#77454C'

red 119 ◦ green 69 ◦ blue 76

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

Shades of Tosca #77454C

Tints of Tosca #77454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

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

R = 45.08%
G = 26.14%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77454C (or 0x77454C) is known color: Tosca. HEX triplet: 77, 45 and 4C. RGB value is (119,69,76). Sum of RGB (Red+Green+Blue) = 119+69+76=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #77454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77454C is #88BAB3. Grayscale: #545454. Windows color (decimal): -8960692 or 4998519. OLE color: 4998519.

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

Color convert

RGB 119 69 76 -
CMYK 0 0.42 0.36 0.53
HSL 351.6º 0.27% 0.37% -
HSV(B) 351.6º 0.42% 0.47% -
XYZ 11.04 8.7 7.93 -
YUV 84.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 119 69 76 0 0.42 0.36 0.53 351.6 0.27 0.37
Hex 77 45 4C 0 2A 24 35 160 1B 25
Octal 167 105 114 0 52 44 65 540 33 45
Binary 1110111 1000101 1001100 0 101010 100100 110101 101100000 11011 100101

Color Harmonies of #77454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77454C

Black with #77454C

Text Example


Text Example

White with #77454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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