Html Css Color HEX #774042 Tosca

📋 copy color: '#774042'

red 119 ◦ green 64 ◦ blue 66

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

Shades of Tosca #774042

Tints of Tosca #774042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 47.79%
G = 25.7%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774042 (or 0x774042) is known color: Tosca. HEX triplet: 77, 40 and 42. RGB value is (119,64,66). Sum of RGB (Red+Green+Blue) = 119+64+66=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #774042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774042 is #88BFBD. Grayscale: #505050. Windows color (decimal): -8961982 or 4341879. OLE color: 4341879.

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

Color convert

RGB 119 64 66 -
CMYK 0 0.46 0.45 0.53
HSL 357.82º 0.3% 0.36% -
HSV(B) 357.82º 0.46% 0.47% -
XYZ 10.42 7.98 6.15 -
YUV 80.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 119 64 66 0 0.46 0.45 0.53 357.82 0.3 0.36
Hex 77 40 42 0 2E 2D 35 166 1E 24
Octal 167 100 102 0 56 55 65 546 36 44
Binary 1110111 1000000 1000010 0 101110 101101 110101 101100110 11110 100100

Color Harmonies of #774042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774042

Black with #774042

Text Example


Text Example

White with #774042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774042; }

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

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

background-color css

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

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

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

border-color css

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

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

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