Html Css Color HEX #774243 Tosca

📋 copy color: '#774243'

red 119 ◦ green 66 ◦ blue 67

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

Shades of Tosca #774243

Tints of Tosca #774243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.59%

R = 47.22%
G = 26.19%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#774243 (or 0x774243) is known color: Tosca. HEX triplet: 77, 42 and 43. RGB value is (119,66,67). Sum of RGB (Red+Green+Blue) = 119+66+67=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774243 is #88BDBC. Grayscale: #525252. Windows color (decimal): -8961469 or 4407927. OLE color: 4407927.

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

Color convert

RGB 119 66 67 -
CMYK 0 0.45 0.44 0.53
HSL 358.87º 0.29% 0.36% -
HSV(B) 358.87º 0.45% 0.47% -
XYZ 10.57 8.22 6.34 -
YUV 81.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 119 66 67 0 0.45 0.44 0.53 358.87 0.29 0.36
Hex 77 42 43 0 2D 2C 35 167 1D 24
Octal 167 102 103 0 55 54 65 547 35 44
Binary 1110111 1000010 1000011 0 101101 101100 110101 101100111 11101 100100

Color Harmonies of #774243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774243

Black with #774243

Text Example


Text Example

White with #774243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774243; }

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

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

background-color css

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

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

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

border-color css

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

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

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