Html Css Color HEX #7F3A2E Crab Apple

📋 copy color: '#7F3A2E'

red 127 ◦ green 58 ◦ blue 46

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

Shades of Crab Apple #7F3A2E

Tints of Crab Apple #7F3A2E

RGB

 RED value IS 127 (50% from 255) = 54.98%

 GREEN value IS 58 (23.05% from 255) = 25.11%

 BLUE value IS 46 (18.36% from 255) = 19.91%

R = 54.98%
G = 25.11%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F3A2E (or 0x7F3A2E) is known color: Crab Apple. HEX triplet: 7F, 3A and 2E. RGB value is (127,58,46). Sum of RGB (Red+Green+Blue) = 127+58+46=231 (30% of max value = 765). Red value is 127 (50% from 255 or 54.98% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3A2E is #80C5D1. Grayscale: #4D4D4D. Windows color (decimal): -8439250 or 3029631. OLE color: 3029631.

HSL color Cylindrical-coordinate representation of color #7F3A2E: hue angle of 8.89º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F3A2E is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 58 46 -
CMYK 0 0.54 0.64 0.50
HSL 8.89º 0.47% 0.34% -
HSV(B) 8.89º 0.64% 0.5% -
XYZ 10.76 7.74 3.51 -
YUV 77.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 127 58 46 0 0.54 0.64 0.50 8.89 0.47 0.34
Hex 7F 3A 2E 0 36 40 32 9 2F 22
Octal 177 72 56 0 66 100 62 11 57 42
Binary 1111111 111010 101110 0 110110 1000000 110010 1001 101111 100010

Color Harmonies of #7F3A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3A2E

Black with #7F3A2E

Text Example


Text Example

White with #7F3A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,58,46); }

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

background-color css

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

 a { background-color: rgb(127,58,46); }

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

border-color css

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

 span { border-color: rgb(127,58,46); }

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