Html Css Color HEX #774344 Tosca

📋 copy color: '#774344'

red 119 ◦ green 67 ◦ blue 68

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

Shades of Tosca #774344

Tints of Tosca #774344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 46.85%
G = 26.38%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#774344 (or 0x774344) is known color: Tosca. HEX triplet: 77, 43 and 44. RGB value is (119,67,68). Sum of RGB (Red+Green+Blue) = 119+67+68=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #774344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774344 is #88BCBB. Grayscale: #525252. Windows color (decimal): -8961212 or 4473719. OLE color: 4473719.

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

Color convert

RGB 119 67 68 -
CMYK 0 0.44 0.43 0.53
HSL 358.85º 0.28% 0.36% -
HSV(B) 358.85º 0.44% 0.47% -
XYZ 10.66 8.35 6.52 -
YUV 82.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 119 67 68 0 0.44 0.43 0.53 358.85 0.28 0.36
Hex 77 43 44 0 2C 2B 35 167 1C 24
Octal 167 103 104 0 54 53 65 547 34 44
Binary 1110111 1000011 1000100 0 101100 101011 110101 101100111 11100 100100

Color Harmonies of #774344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774344

Black with #774344

Text Example


Text Example

White with #774344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774344; }

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

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

background-color css

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

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

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

border-color css

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

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

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