Html Css Color HEX #774046 Tosca

📋 copy color: '#774046'

red 119 ◦ green 64 ◦ blue 70

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

Shades of Tosca #774046

Tints of Tosca #774046

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 47.04%
G = 25.3%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#774046 (or 0x774046) is known color: Tosca. HEX triplet: 77, 40 and 46. RGB value is (119,64,70). Sum of RGB (Red+Green+Blue) = 119+64+70=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #774046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774046 is #88BFB9. Grayscale: #515151. Windows color (decimal): -8961978 or 4604023. OLE color: 4604023.

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

Color convert

RGB 119 64 70 -
CMYK 0 0.46 0.41 0.53
HSL 353.45º 0.3% 0.36% -
HSV(B) 353.45º 0.46% 0.47% -
XYZ 10.55 8.03 6.79 -
YUV 81.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 119 64 70 0 0.46 0.41 0.53 353.45 0.3 0.36
Hex 77 40 46 0 2E 29 35 161 1E 24
Octal 167 100 106 0 56 51 65 541 36 44
Binary 1110111 1000000 1000110 0 101110 101001 110101 101100001 11110 100100

Color Harmonies of #774046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774046

Black with #774046

Text Example


Text Example

White with #774046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774046; }

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

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

background-color css

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

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

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

border-color css

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

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

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