Html Css Color HEX #762202 Falu Red

📋 copy color: '#762202'

red 118 ◦ green 34 ◦ blue 2

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

Shades of Falu Red #762202

Tints of Falu Red #762202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.08%

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

R = 76.62%
G = 22.08%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#762202 (or 0x762202) is known color: Falu Red. HEX triplet: 76, 22 and 02. RGB value is (118,34,2). Sum of RGB (Red+Green+Blue) = 118+34+2=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #762202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762202 is #89DDFD. Grayscale: #373737. Windows color (decimal): -9035262 or 139894. OLE color: 139894.

HSL color Cylindrical-coordinate representation of color #762202: hue angle of 16.55º 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 #762202 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 2 -
CMYK 0 0.71 0.98 0.54
HSL 16.55º 0.97% 0.24% -
HSV(B) 16.55º 0.98% 0.46% -
XYZ 8.05 5 0.6 -
YUV 55.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 118 34 2 0 0.71 0.98 0.54 16.55 0.97 0.24
Hex 76 22 2 0 47 62 36 11 61 18
Octal 166 42 2 0 107 142 66 21 141 30
Binary 1110110 100010 10 0 1000111 1100010 110110 10001 1100001 11000

Color Harmonies of #762202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762202

Black with #762202

Text Example


Text Example

White with #762202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762202; }

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

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

background-color css

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

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

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

border-color css

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

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

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