Html Css Color HEX #7B262A Tamarillo

📋 copy color: '#7B262A'

red 123 ◦ green 38 ◦ blue 42

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

Shades of Tamarillo #7B262A

Tints of Tamarillo #7B262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 42 (16.8% from 255) = 20.69%

R = 60.59%
G = 18.72%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.52

RGB Variations

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

Color information

#7B262A (or 0x7B262A) is known color: Tamarillo. HEX triplet: 7B, 26 and 2A. RGB value is (123,38,42). Sum of RGB (Red+Green+Blue) = 123+38+42=203 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.59% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 123 - color contains mainly: red. Hex color #7B262A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B262A is #84D9D5. Grayscale: #3F3F3F. Windows color (decimal): -8706518 or 2762363. OLE color: 2762363.

HSL color Cylindrical-coordinate representation of color #7B262A: hue angle of 357.18º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B262A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 38 42 -
CMYK 0 0.69 0.66 0.52
HSL 357.18º 0.53% 0.32% -
HSV(B) 357.18º 0.69% 0.48% -
XYZ 9.28 5.76 2.81 -
YUV 63.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 123 38 42 0 0.69 0.66 0.52 357.18 0.53 0.32
Hex 7B 26 2A 0 45 42 34 165 35 20
Octal 173 46 52 0 105 102 64 545 65 40
Binary 1111011 100110 101010 0 1000101 1000010 110100 101100101 110101 100000

Color Harmonies of #7B262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B262A

Black with #7B262A

Text Example


Text Example

White with #7B262A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,38,42); }

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

background-color css

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

 a { background-color: rgb(123,38,42); }

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

border-color css

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

 span { border-color: rgb(123,38,42); }

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