Html Css Color HEX #774143 Tosca

📋 copy color: '#774143'

red 119 ◦ green 65 ◦ blue 67

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

Shades of Tosca #774143

Tints of Tosca #774143

RGB

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

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

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

R = 47.41%
G = 25.9%
B = 26.69%

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

#774143 (or 0x774143) is known color: Tosca. HEX triplet: 77, 41 and 43. RGB value is (119,65,67). Sum of RGB (Red+Green+Blue) = 119+65+67=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #774143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774143 is #88BEBC. Grayscale: #515151. Windows color (decimal): -8961725 or 4407671. OLE color: 4407671.

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

Color convert

RGB 119 65 67 -
CMYK 0 0.45 0.44 0.53
HSL 357.78º 0.29% 0.36% -
HSV(B) 357.78º 0.45% 0.47% -
XYZ 10.51 8.11 6.32 -
YUV 81.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 119 65 67 0 0.45 0.44 0.53 357.78 0.29 0.36
Hex 77 41 43 0 2D 2C 35 166 1D 24
Octal 167 101 103 0 55 54 65 546 35 44
Binary 1110111 1000001 1000011 0 101101 101100 110101 101100110 11101 100100

Color Harmonies of #774143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774143

Black with #774143

Text Example


Text Example

White with #774143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774143; }

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

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

background-color css

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

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

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

border-color css

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

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

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