Html Css Color HEX #7B3E42 Tosca

📋 copy color: '#7B3E42'

red 123 ◦ green 62 ◦ blue 66

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

Shades of Tosca #7B3E42

Tints of Tosca #7B3E42

RGB

 RED value IS 123 (48.44% from 255) = 49%

 GREEN value IS 62 (24.61% from 255) = 24.7%

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

R = 49%
G = 24.7%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#7B3E42 (or 0x7B3E42) is known color: Tosca. HEX triplet: 7B, 3E and 42. RGB value is (123,62,66). Sum of RGB (Red+Green+Blue) = 123+62+66=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3E42 is #84C1BD. Grayscale: #505050. Windows color (decimal): -8700350 or 4341371. OLE color: 4341371.

HSL color Cylindrical-coordinate representation of color #7B3E42: hue angle of 356.07º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3E42 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 62 66 -
CMYK 0 0.50 0.46 0.52
HSL 356.07º 0.33% 0.36% -
HSV(B) 356.07º 0.5% 0.48% -
XYZ 10.87 8.05 6.13 -
YUV 80.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 123 62 66 0 0.50 0.46 0.52 356.07 0.33 0.36
Hex 7B 3E 42 0 32 2E 34 164 21 24
Octal 173 76 102 0 62 56 64 544 41 44
Binary 1111011 111110 1000010 0 110010 101110 110100 101100100 100001 100100

Color Harmonies of #7B3E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3E42

Black with #7B3E42

Text Example


Text Example

White with #7B3E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B3E42; }

 p { color: rgb(123,62,66); }

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

background-color css

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

 a { background-color: rgb(123,62,66); }

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

border-color css

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

 span { border-color: rgb(123,62,66); }

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