Html Css Color HEX #764448 Tosca

📋 copy color: '#764448'

red 118 ◦ green 68 ◦ blue 72

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

Shades of Tosca #764448

Tints of Tosca #764448

RGB

 RED value IS 118 (46.48% from 255) = 45.74%

 GREEN value IS 68 (26.95% from 255) = 26.36%

 BLUE value IS 72 (28.52% from 255) = 27.91%

R = 45.74%
G = 26.36%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#764448 (or 0x764448) is known color: Tosca. HEX triplet: 76, 44 and 48. RGB value is (118,68,72). Sum of RGB (Red+Green+Blue) = 118+68+72=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #764448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764448 is #89BBB7. Grayscale: #535353. Windows color (decimal): -9026488 or 4736118. OLE color: 4736118.

HSL color Cylindrical-coordinate representation of color #764448: hue angle of 355.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764448 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 72 -
CMYK 0 0.42 0.39 0.54
HSL 355.2º 0.27% 0.36% -
HSV(B) 355.2º 0.42% 0.46% -
XYZ 10.71 8.45 7.2 -
YUV 83.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 118 68 72 0 0.42 0.39 0.54 355.2 0.27 0.36
Hex 76 44 48 0 2A 27 36 163 1B 24
Octal 166 104 110 0 52 47 66 543 33 44
Binary 1110110 1000100 1001000 0 101010 100111 110110 101100011 11011 100100

Color Harmonies of #764448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764448

Black with #764448

Text Example


Text Example

White with #764448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764448; }

 p { color: rgb(118,68,72); }

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

background-color css

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

 a { background-color: rgb(118,68,72); }

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

border-color css

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

 span { border-color: rgb(118,68,72); }

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