Html Css Color HEX #774647 Tosca

📋 copy color: '#774647'

red 119 ◦ green 70 ◦ blue 71

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

Shades of Tosca #774647

Tints of Tosca #774647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.31%

R = 45.77%
G = 26.92%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#774647 (or 0x774647) is known color: Tosca. HEX triplet: 77, 46 and 47. RGB value is (119,70,71). Sum of RGB (Red+Green+Blue) = 119+70+71=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #774647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774647 is #88B9B8. Grayscale: #545454. Windows color (decimal): -8960441 or 4671095. OLE color: 4671095.

HSL color Cylindrical-coordinate representation of color #774647: hue angle of 358.78º 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 #774647 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 71 -
CMYK 0 0.41 0.40 0.53
HSL 358.78º 0.26% 0.37% -
HSV(B) 358.78º 0.41% 0.47% -
XYZ 10.94 8.76 7.08 -
YUV 84.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 119 70 71 0 0.41 0.40 0.53 358.78 0.26 0.37
Hex 77 46 47 0 29 28 35 167 1A 25
Octal 167 106 107 0 51 50 65 547 32 45
Binary 1110111 1000110 1000111 0 101001 101000 110101 101100111 11010 100101

Color Harmonies of #774647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774647

Black with #774647

Text Example


Text Example

White with #774647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774647; }

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

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

background-color css

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

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

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

border-color css

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

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

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