Html Css Color HEX #763D3E Tosca

📋 copy color: '#763D3E'

red 118 ◦ green 61 ◦ blue 62

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

Shades of Tosca #763D3E

Tints of Tosca #763D3E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.31%

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 48.96%
G = 25.31%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#763D3E (or 0x763D3E) is known color: Tosca. HEX triplet: 76, 3D and 3E. RGB value is (118,61,62). Sum of RGB (Red+Green+Blue) = 118+61+62=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #763D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763D3E is #89C2C1. Grayscale: #4E4E4E. Windows color (decimal): -9028290 or 4078966. OLE color: 4078966.

HSL color Cylindrical-coordinate representation of color #763D3E: hue angle of 358.95º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #763D3E is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 61 62 -
CMYK 0 0.48 0.47 0.54
HSL 358.95º 0.32% 0.35% -
HSV(B) 358.95º 0.48% 0.46% -
XYZ 10.01 7.54 5.48 -
YUV 78.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 118 61 62 0 0.48 0.47 0.54 358.95 0.32 0.35
Hex 76 3D 3E 0 30 2F 36 167 20 23
Octal 166 75 76 0 60 57 66 547 40 43
Binary 1110110 111101 111110 0 110000 101111 110110 101100111 100000 100011

Color Harmonies of #763D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D3E

Black with #763D3E

Text Example


Text Example

White with #763D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,61,62); }

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

background-color css

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

 a { background-color: rgb(118,61,62); }

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

border-color css

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

 span { border-color: rgb(118,61,62); }

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