Html Css Color HEX #7C3E34 Red Robin

📋 copy color: '#7C3E34'

red 124 ◦ green 62 ◦ blue 52

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

Shades of Red Robin #7C3E34

Tints of Red Robin #7C3E34

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.05%

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 52.1%
G = 26.05%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7C3E34 (or 0x7C3E34) is known color: Red Robin. HEX triplet: 7C, 3E and 34. RGB value is (124,62,52). Sum of RGB (Red+Green+Blue) = 124+62+52=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E34 is #83C1CB. Grayscale: #4F4F4F. Windows color (decimal): -8634828 or 3423868. OLE color: 3423868.

HSL color Cylindrical-coordinate representation of color #7C3E34: hue angle of 8.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C3E34 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 62 52 -
CMYK 0 0.5 0.58 0.51
HSL 8.33º 0.41% 0.35% -
HSV(B) 8.33º 0.58% 0.49% -
XYZ 10.65 7.98 4.23 -
YUV 79.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 124 62 52 0 0.5 0.58 0.51 8.33 0.41 0.35
Hex 7C 3E 34 0 32 3A 33 8 29 23
Octal 174 76 64 0 62 72 63 10 51 43
Binary 1111100 111110 110100 0 110010 111010 110011 1000 101001 100011

Color Harmonies of #7C3E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3E34

Black with #7C3E34

Text Example


Text Example

White with #7C3E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,62,52); }

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

background-color css

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

 a { background-color: rgb(124,62,52); }

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

border-color css

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

 span { border-color: rgb(124,62,52); }

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