Html Css Color HEX #774A4B Tosca

📋 copy color: '#774A4B'

red 119 ◦ green 74 ◦ blue 75

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

Shades of Tosca #774A4B

Tints of Tosca #774A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.61%

 BLUE value IS 75 (29.69% from 255) = 27.99%

R = 44.4%
G = 27.61%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#774A4B (or 0x774A4B) is known color: Tosca. HEX triplet: 77, 4A and 4B. RGB value is (119,74,75). Sum of RGB (Red+Green+Blue) = 119+74+75=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A4B is #88B5B4. Grayscale: #575757. Windows color (decimal): -8959413 or 4934263. OLE color: 4934263.

HSL color Cylindrical-coordinate representation of color #774A4B: hue angle of 358.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A4B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 75 -
CMYK 0 0.38 0.37 0.53
HSL 358.67º 0.23% 0.38% -
HSV(B) 358.67º 0.38% 0.47% -
XYZ 11.33 9.33 7.86 -
YUV 87.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 119 74 75 0 0.38 0.37 0.53 358.67 0.23 0.38
Hex 77 4A 4B 0 26 25 35 167 17 26
Octal 167 112 113 0 46 45 65 547 27 46
Binary 1110111 1001010 1001011 0 100110 100101 110101 101100111 10111 100110

Color Harmonies of #774A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A4B

Black with #774A4B

Text Example


Text Example

White with #774A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774A4B; }

 p { color: rgb(119,74,75); }

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

background-color css

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

 a { background-color: rgb(119,74,75); }

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

border-color css

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

 span { border-color: rgb(119,74,75); }

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