Html Css Color HEX #774348 Tosca

📋 copy color: '#774348'

red 119 ◦ green 67 ◦ blue 72

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

Shades of Tosca #774348

Tints of Tosca #774348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 46.12%
G = 25.97%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#774348 (or 0x774348) is known color: Tosca. HEX triplet: 77, 43 and 48. RGB value is (119,67,72). Sum of RGB (Red+Green+Blue) = 119+67+72=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #774348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774348 is #88BCB7. Grayscale: #535353. Windows color (decimal): -8961208 or 4735863. OLE color: 4735863.

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

Color convert

RGB 119 67 72 -
CMYK 0 0.44 0.39 0.53
HSL 354.23º 0.28% 0.36% -
HSV(B) 354.23º 0.44% 0.47% -
XYZ 10.78 8.4 7.18 -
YUV 83.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 119 67 72 0 0.44 0.39 0.53 354.23 0.28 0.36
Hex 77 43 48 0 2C 27 35 162 1C 24
Octal 167 103 110 0 54 47 65 542 34 44
Binary 1110111 1000011 1001000 0 101100 100111 110101 101100010 11100 100100

Color Harmonies of #774348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774348

Black with #774348

Text Example


Text Example

White with #774348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774348; }

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

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

background-color css

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

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

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

border-color css

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

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

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