Html Css Color HEX #764243 Tosca

📋 copy color: '#764243'

red 118 ◦ green 66 ◦ blue 67

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

Shades of Tosca #764243

Tints of Tosca #764243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

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

R = 47.01%
G = 26.29%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#764243 (or 0x764243) is known color: Tosca. HEX triplet: 76, 42 and 43. RGB value is (118,66,67). Sum of RGB (Red+Green+Blue) = 118+66+67=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #764243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764243 is #89BDBC. Grayscale: #515151. Windows color (decimal): -9027005 or 4407926. OLE color: 4407926.

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

Color convert

RGB 118 66 67 -
CMYK 0 0.44 0.43 0.54
HSL 358.85º 0.28% 0.36% -
HSV(B) 358.85º 0.44% 0.46% -
XYZ 10.43 8.15 6.33 -
YUV 81.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 118 66 67 0 0.44 0.43 0.54 358.85 0.28 0.36
Hex 76 42 43 0 2C 2B 36 167 1C 24
Octal 166 102 103 0 54 53 66 547 34 44
Binary 1110110 1000010 1000011 0 101100 101011 110110 101100111 11100 100100

Color Harmonies of #764243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764243

Black with #764243

Text Example


Text Example

White with #764243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764243; }

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

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

background-color css

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

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

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

border-color css

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

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

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