Html Css Color HEX #77444B Tosca

📋 copy color: '#77444B'

red 119 ◦ green 68 ◦ blue 75

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

Shades of Tosca #77444B

Tints of Tosca #77444B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 45.42%
G = 25.95%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77444B (or 0x77444B) is known color: Tosca. HEX triplet: 77, 44 and 4B. RGB value is (119,68,75). Sum of RGB (Red+Green+Blue) = 119+68+75=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77444B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77444B is #88BBB4. Grayscale: #545454. Windows color (decimal): -8960949 or 4932727. OLE color: 4932727.

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

Color convert

RGB 119 68 75 -
CMYK 0 0.43 0.37 0.53
HSL 351.76º 0.27% 0.37% -
HSV(B) 351.76º 0.43% 0.47% -
XYZ 10.94 8.56 7.73 -
YUV 84.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 119 68 75 0 0.43 0.37 0.53 351.76 0.27 0.37
Hex 77 44 4B 0 2B 25 35 160 1B 25
Octal 167 104 113 0 53 45 65 540 33 45
Binary 1110111 1000100 1001011 0 101011 100101 110101 101100000 11011 100101

Color Harmonies of #77444B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77444B

Black with #77444B

Text Example


Text Example

White with #77444B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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