Html Css Color HEX #774145 Tosca

📋 copy color: '#774145'

red 119 ◦ green 65 ◦ blue 69

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

Shades of Tosca #774145

Tints of Tosca #774145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 47.04%
G = 25.69%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#774145 (or 0x774145) is known color: Tosca. HEX triplet: 77, 41 and 45. RGB value is (119,65,69). Sum of RGB (Red+Green+Blue) = 119+65+69=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #774145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774145 is #88BEBA. Grayscale: #515151. Windows color (decimal): -8961723 or 4538743. OLE color: 4538743.

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

Color convert

RGB 119 65 69 -
CMYK 0 0.45 0.42 0.53
HSL 355.56º 0.29% 0.36% -
HSV(B) 355.56º 0.45% 0.47% -
XYZ 10.57 8.13 6.64 -
YUV 81.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 119 65 69 0 0.45 0.42 0.53 355.56 0.29 0.36
Hex 77 41 45 0 2D 2A 35 164 1D 24
Octal 167 101 105 0 55 52 65 544 35 44
Binary 1110111 1000001 1000101 0 101101 101010 110101 101100100 11101 100100

Color Harmonies of #774145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774145

Black with #774145

Text Example


Text Example

White with #774145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774145; }

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

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

background-color css

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

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

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

border-color css

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

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

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