Html Css Color HEX #764143 Tosca

📋 copy color: '#764143'

red 118 ◦ green 65 ◦ blue 67

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

Shades of Tosca #764143

Tints of Tosca #764143

RGB

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

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

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

R = 47.2%
G = 26%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#764143 (or 0x764143) is known color: Tosca. HEX triplet: 76, 41 and 43. RGB value is (118,65,67). Sum of RGB (Red+Green+Blue) = 118+65+67=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #764143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764143 is #89BEBC. Grayscale: #515151. Windows color (decimal): -9027261 or 4407670. OLE color: 4407670.

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

Color convert

RGB 118 65 67 -
CMYK 0 0.45 0.43 0.54
HSL 357.74º 0.29% 0.36% -
HSV(B) 357.74º 0.45% 0.46% -
XYZ 10.37 8.04 6.31 -
YUV 81.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 118 65 67 0 0.45 0.43 0.54 357.74 0.29 0.36
Hex 76 41 43 0 2D 2B 36 166 1D 24
Octal 166 101 103 0 55 53 66 546 35 44
Binary 1110110 1000001 1000011 0 101101 101011 110110 101100110 11101 100100

Color Harmonies of #764143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764143

Black with #764143

Text Example


Text Example

White with #764143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764143; }

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

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

background-color css

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

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

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

border-color css

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

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

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