Html Css Color HEX #7F362F Crab Apple

📋 copy color: '#7F362F'

red 127 ◦ green 54 ◦ blue 47

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

Shades of Crab Apple #7F362F

Tints of Crab Apple #7F362F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 55.7%
G = 23.68%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

#7F362F (or 0x7F362F) is known color: Crab Apple. HEX triplet: 7F, 36 and 2F. RGB value is (127,54,47). Sum of RGB (Red+Green+Blue) = 127+54+47=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F362F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F362F is #80C9D0. Grayscale: #4B4B4B. Windows color (decimal): -8440273 or 3094143. OLE color: 3094143.

HSL color Cylindrical-coordinate representation of color #7F362F: hue angle of 5.25º 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 #7F362F is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 54 47 -
CMYK 0 0.57 0.63 0.50
HSL 5.25º 0.46% 0.34% -
HSV(B) 5.25º 0.63% 0.5% -
XYZ 10.58 7.36 3.55 -
YUV 75.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 127 54 47 0 0.57 0.63 0.50 5.25 0.46 0.34
Hex 7F 36 2F 0 39 3F 32 5 2E 22
Octal 177 66 57 0 71 77 62 5 56 42
Binary 1111111 110110 101111 0 111001 111111 110010 101 101110 100010

Color Harmonies of #7F362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F362F

Black with #7F362F

Text Example


Text Example

White with #7F362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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