Html Css Color HEX #7F392C Crab Apple

📋 copy color: '#7F392C'

red 127 ◦ green 57 ◦ blue 44

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

Shades of Crab Apple #7F392C

Tints of Crab Apple #7F392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

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

R = 55.7%
G = 25%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#7F392C (or 0x7F392C) is known color: Crab Apple. HEX triplet: 7F, 39 and 2C. RGB value is (127,57,44). Sum of RGB (Red+Green+Blue) = 127+57+44=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F392C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F392C is #80C6D3. Grayscale: #4C4C4C. Windows color (decimal): -8439508 or 2898303. OLE color: 2898303.

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

Color convert

RGB 127 57 44 -
CMYK 0 0.55 0.65 0.50
HSL 9.4º 0.49% 0.34% -
HSV(B) 9.4º 0.65% 0.5% -
XYZ 10.67 7.62 3.29 -
YUV 76.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 127 57 44 0 0.55 0.65 0.50 9.4 0.49 0.34
Hex 7F 39 2C 0 37 41 32 9 31 22
Octal 177 71 54 0 67 101 62 11 61 42
Binary 1111111 111001 101100 0 110111 1000001 110010 1001 110001 100010

Color Harmonies of #7F392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F392C

Black with #7F392C

Text Example


Text Example

White with #7F392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,57,44); }

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

background-color css

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

 a { background-color: rgb(127,57,44); }

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

border-color css

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

 span { border-color: rgb(127,57,44); }

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