Html Css Color HEX #7B2602 Falu Red

📋 copy color: '#7B2602'

red 123 ◦ green 38 ◦ blue 2

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

Shades of Falu Red #7B2602

Tints of Falu Red #7B2602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.23%

R = 75.46%
G = 23.31%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#7B2602 (or 0x7B2602) is known color: Falu Red. HEX triplet: 7B, 26 and 02. RGB value is (123,38,2). Sum of RGB (Red+Green+Blue) = 123+38+2=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2602 is #84D9FD. Grayscale: #3B3B3B. Windows color (decimal): -8706558 or 140923. OLE color: 140923.

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

Color convert

RGB 123 38 2 -
CMYK 0 0.69 0.98 0.52
HSL 17.85º 0.97% 0.25% -
HSV(B) 17.85º 0.98% 0.48% -
XYZ 8.87 5.6 0.67 -
YUV 59.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 123 38 2 0 0.69 0.98 0.52 17.85 0.97 0.25
Hex 7B 26 2 0 45 62 34 12 61 19
Octal 173 46 2 0 105 142 64 22 141 31
Binary 1111011 100110 10 0 1000101 1100010 110100 10010 1100001 11001

Color Harmonies of #7B2602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2602

Black with #7B2602

Text Example


Text Example

White with #7B2602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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