Html Css Color HEX #763B3C Tosca

📋 copy color: '#763B3C'

red 118 ◦ green 59 ◦ blue 60

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

Shades of Tosca #763B3C

Tints of Tosca #763B3C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.89%

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 49.79%
G = 24.89%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#763B3C (or 0x763B3C) is known color: Tosca. HEX triplet: 76, 3B and 3C. RGB value is (118,59,60). Sum of RGB (Red+Green+Blue) = 118+59+60=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 59 (23.44% from 255 or 24.89% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #763B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B3C is #89C4C3. Grayscale: #4C4C4C. Windows color (decimal): -9028804 or 3947382. OLE color: 3947382.

HSL color Cylindrical-coordinate representation of color #763B3C: hue angle of 358.98º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B3C is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 59 60 -
CMYK 0 0.50 0.49 0.54
HSL 358.98º 0.33% 0.35% -
HSV(B) 358.98º 0.5% 0.46% -
XYZ 9.85 7.31 5.17 -
YUV 76.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 118 59 60 0 0.50 0.49 0.54 358.98 0.33 0.35
Hex 76 3B 3C 0 32 31 36 167 21 23
Octal 166 73 74 0 62 61 66 547 41 43
Binary 1110110 111011 111100 0 110010 110001 110110 101100111 100001 100011

Color Harmonies of #763B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763B3C

Black with #763B3C

Text Example


Text Example

White with #763B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763B3C; }

 p { color: rgb(118,59,60); }

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

background-color css

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

 a { background-color: rgb(118,59,60); }

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

border-color css

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

 span { border-color: rgb(118,59,60); }

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