Html Css Color HEX #774142 Tosca

📋 copy color: '#774142'

red 119 ◦ green 65 ◦ blue 66

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

Shades of Tosca #774142

Tints of Tosca #774142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 47.6%
G = 26%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#774142 (or 0x774142) is known color: Tosca. HEX triplet: 77, 41 and 42. RGB value is (119,65,66). Sum of RGB (Red+Green+Blue) = 119+65+66=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #774142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774142 is #88BEBD. Grayscale: #515151. Windows color (decimal): -8961726 or 4342135. OLE color: 4342135.

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

Color convert

RGB 119 65 66 -
CMYK 0 0.45 0.45 0.53
HSL 358.89º 0.29% 0.36% -
HSV(B) 358.89º 0.45% 0.47% -
XYZ 10.48 8.1 6.16 -
YUV 81.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 119 65 66 0 0.45 0.45 0.53 358.89 0.29 0.36
Hex 77 41 42 0 2D 2D 35 167 1D 24
Octal 167 101 102 0 55 55 65 547 35 44
Binary 1110111 1000001 1000010 0 101101 101101 110101 101100111 11101 100100

Color Harmonies of #774142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774142

Black with #774142

Text Example


Text Example

White with #774142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774142; }

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

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

background-color css

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

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

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

border-color css

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

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

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