Html Css Color HEX #7C403F Red Robin

📋 copy color: '#7C403F'

red 124 ◦ green 64 ◦ blue 63

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

Shades of Red Robin #7C403F

Tints of Red Robin #7C403F

RGB

 RED value IS 124 (48.83% from 255) = 49.4%

 GREEN value IS 64 (25.39% from 255) = 25.5%

 BLUE value IS 63 (25% from 255) = 25.1%

R = 49.4%
G = 25.5%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7C403F (or 0x7C403F) is known color: Red Robin. HEX triplet: 7C, 40 and 3F. RGB value is (124,64,63). Sum of RGB (Red+Green+Blue) = 124+64+63=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C403F is #83BFC0. Grayscale: #515151. Windows color (decimal): -8634305 or 4145276. OLE color: 4145276.

HSL color Cylindrical-coordinate representation of color #7C403F: hue angle of 0.98º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C403F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 64 63 -
CMYK 0 0.48 0.49 0.51
HSL 0.98º 0.33% 0.37% -
HSV(B) 0.98º 0.49% 0.49% -
XYZ 11.04 8.31 5.72 -
YUV 81.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 124 64 63 0 0.48 0.49 0.51 0.98 0.33 0.37
Hex 7C 40 3F 0 30 31 33 1 21 25
Octal 174 100 77 0 60 61 63 1 41 45
Binary 1111100 1000000 111111 0 110000 110001 110011 1 100001 100101

Color Harmonies of #7C403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C403F

Black with #7C403F

Text Example


Text Example

White with #7C403F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,64,63); }

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

background-color css

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

 a { background-color: rgb(124,64,63); }

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

border-color css

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

 span { border-color: rgb(124,64,63); }

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