Html Css Color HEX #774045 Tosca

📋 copy color: '#774045'

red 119 ◦ green 64 ◦ blue 69

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

Shades of Tosca #774045

Tints of Tosca #774045

RGB

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

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

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

R = 47.22%
G = 25.4%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#774045 (or 0x774045) is known color: Tosca. HEX triplet: 77, 40 and 45. RGB value is (119,64,69). Sum of RGB (Red+Green+Blue) = 119+64+69=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #774045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774045 is #88BFBA. Grayscale: #515151. Windows color (decimal): -8961979 or 4538487. OLE color: 4538487.

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

Color convert

RGB 119 64 69 -
CMYK 0 0.46 0.42 0.53
HSL 354.55º 0.3% 0.36% -
HSV(B) 354.55º 0.46% 0.47% -
XYZ 10.52 8.02 6.62 -
YUV 81.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 119 64 69 0 0.46 0.42 0.53 354.55 0.3 0.36
Hex 77 40 45 0 2E 2A 35 163 1E 24
Octal 167 100 105 0 56 52 65 543 36 44
Binary 1110111 1000000 1000101 0 101110 101010 110101 101100011 11110 100100

Color Harmonies of #774045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774045

Black with #774045

Text Example


Text Example

White with #774045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774045; }

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

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

background-color css

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

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

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

border-color css

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

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

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