Html Css Color HEX #7E342C Crab Apple

📋 copy color: '#7E342C'

red 126 ◦ green 52 ◦ blue 44

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

Shades of Crab Apple #7E342C

Tints of Crab Apple #7E342C

RGB

 RED value IS 126 (49.61% from 255) = 56.76%

 GREEN value IS 52 (20.7% from 255) = 23.42%

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 56.76%
G = 23.42%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7E342C (or 0x7E342C) is known color: Crab Apple. HEX triplet: 7E, 34 and 2C. RGB value is (126,52,44). Sum of RGB (Red+Green+Blue) = 126+52+44=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E342C is #81CBD3. Grayscale: #494949. Windows color (decimal): -8506324 or 2897022. OLE color: 2897022.

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

Color convert

RGB 126 52 44 -
CMYK 0 0.59 0.65 0.51
HSL 5.85º 0.48% 0.33% -
HSV(B) 5.85º 0.65% 0.49% -
XYZ 10.29 7.07 3.21 -
YUV 73.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 126 52 44 0 0.59 0.65 0.51 5.85 0.48 0.33
Hex 7E 34 2C 0 3B 41 33 6 30 21
Octal 176 64 54 0 73 101 63 6 60 41
Binary 1111110 110100 101100 0 111011 1000001 110011 110 110000 100001

Color Harmonies of #7E342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E342C

Black with #7E342C

Text Example


Text Example

White with #7E342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,52,44); }

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

background-color css

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

 a { background-color: rgb(126,52,44); }

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

border-color css

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

 span { border-color: rgb(126,52,44); }

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