Html Css Color HEX #774246 Tosca

📋 copy color: '#774246'

red 119 ◦ green 66 ◦ blue 70

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

Shades of Tosca #774246

Tints of Tosca #774246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

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

R = 46.67%
G = 25.88%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.53

RGB Variations

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

Color information

#774246 (or 0x774246) is known color: Tosca. HEX triplet: 77, 42 and 46. RGB value is (119,66,70). Sum of RGB (Red+Green+Blue) = 119+66+70=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #774246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774246 is #88BDB9. Grayscale: #525252. Windows color (decimal): -8961466 or 4604535. OLE color: 4604535.

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

Color convert

RGB 119 66 70 -
CMYK 0 0.45 0.41 0.53
HSL 355.47º 0.29% 0.36% -
HSV(B) 355.47º 0.45% 0.47% -
XYZ 10.66 8.26 6.83 -
YUV 82.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 119 66 70 0 0.45 0.41 0.53 355.47 0.29 0.36
Hex 77 42 46 0 2D 29 35 163 1D 24
Octal 167 102 106 0 55 51 65 543 35 44
Binary 1110111 1000010 1000110 0 101101 101001 110101 101100011 11101 100100

Color Harmonies of #774246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774246

Black with #774246

Text Example


Text Example

White with #774246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774246; }

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

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

background-color css

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

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

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

border-color css

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

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

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