Html Css Color HEX #7F352F Crab Apple

📋 copy color: '#7F352F'

red 127 ◦ green 53 ◦ blue 47

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

Shades of Crab Apple #7F352F

Tints of Crab Apple #7F352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.35%

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 55.95%
G = 23.35%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F352F (or 0x7F352F) is known color: Crab Apple. HEX triplet: 7F, 35 and 2F. RGB value is (127,53,47). Sum of RGB (Red+Green+Blue) = 127+53+47=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F352F is #80CAD0. Grayscale: #4A4A4A. Windows color (decimal): -8440529 or 3093887. OLE color: 3093887.

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

Color convert

RGB 127 53 47 -
CMYK 0 0.58 0.63 0.50
HSL 4.5º 0.46% 0.34% -
HSV(B) 4.5º 0.63% 0.5% -
XYZ 10.54 7.26 3.54 -
YUV 74.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 127 53 47 0 0.58 0.63 0.50 4.5 0.46 0.34
Hex 7F 35 2F 0 3A 3F 32 4 2E 22
Octal 177 65 57 0 72 77 62 4 56 42
Binary 1111111 110101 101111 0 111010 111111 110010 100 101110 100010

Color Harmonies of #7F352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F352F

Black with #7F352F

Text Example


Text Example

White with #7F352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,53,47); }

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

background-color css

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

 a { background-color: rgb(127,53,47); }

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

border-color css

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

 span { border-color: rgb(127,53,47); }

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