Html Css Color HEX #761702 Falu Red

📋 copy color: '#761702'

red 118 ◦ green 23 ◦ blue 2

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

Shades of Falu Red #761702

Tints of Falu Red #761702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.08%

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

R = 82.52%
G = 16.08%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#761702 (or 0x761702) is known color: Falu Red. HEX triplet: 76, 17 and 02. RGB value is (118,23,2). Sum of RGB (Red+Green+Blue) = 118+23+2=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #761702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761702 is #89E8FD. Grayscale: #313131. Windows color (decimal): -9038078 or 137078. OLE color: 137078.

HSL color Cylindrical-coordinate representation of color #761702: hue angle of 10.86º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #761702 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 23 2 -
CMYK 0 0.81 0.98 0.54
HSL 10.86º 0.97% 0.24% -
HSV(B) 10.86º 0.98% 0.46% -
XYZ 7.79 4.47 0.51 -
YUV 49.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 118 23 2 0 0.81 0.98 0.54 10.86 0.97 0.24
Hex 76 17 2 0 51 62 36 B 61 18
Octal 166 27 2 0 121 142 66 13 141 30
Binary 1110110 10111 10 0 1010001 1100010 110110 1011 1100001 11000

Color Harmonies of #761702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761702

Black with #761702

Text Example


Text Example

White with #761702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761702; }

 p { color: rgb(118,23,2); }

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

background-color css

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

 a { background-color: rgb(118,23,2); }

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

border-color css

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

 span { border-color: rgb(118,23,2); }

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